Author: danydb Date: 2013-11-22 19:18:19 +0100 (Fri, 22 Nov 2013) New Revision: 582
Modified: trunk/ trunk/rapport_avance/include/class_rapav_declaration.php Log: Merged revisions 580 via svnmerge from svn+ssh://[email protected]/svn_extension/tag/rel670 ........ r580 | danydb | 2013-11-22 19:09:36 +0100 (ven., 22 nov. 2013) | 1 line small bug : in formula ........ Property changes on: trunk ___________________________________________________________________ Name: svnmerge-integrated - /tag/rel670:1-556 + /tag/rel670:1-581 Modified: trunk/rapport_avance/include/class_rapav_declaration.php =================================================================== --- trunk/rapport_avance/include/class_rapav_declaration.php 2013-11-22 18:17:56 UTC (rev 581) +++ trunk/rapport_avance/include/class_rapav_declaration.php 2013-11-22 18:18:19 UTC (rev 582) @@ -858,7 +858,7 @@ { $sql = "select coalesce(sum(qs_vat),0) as amount from quant_sold join jrnx using (j_id) - where qs_vat_code=$1 and + where qs_vat_code=$1 $sql_date and j_poste::text like ($4) $filter_ledger"; --- PhpCompta est un logiciel de comptabilité libre en ligne (full web) Projet opensource http://www.phpcompta.eu _______________________________________________ Phpcompta est un logiciel libre de comptabilité en ligne (http://www.phpcompta.eu) Phpcompta-dev mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/phpcompta-dev
