phpcompta-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpcompta-dev] r580 - tag/rel670/rapport_avance/include


From: phpcompta-dev
Subject: [Phpcompta-dev] r580 - tag/rel670/rapport_avance/include
Date: Fri, 22 Nov 2013 19:09:37 +0100 (CET)

Author: danydb
Date: 2013-11-22 19:09:36 +0100 (Fri, 22 Nov 2013)
New Revision: 580

Modified:
   tag/rel670/rapport_avance/include/class_rapav_declaration.php
Log:
small bug : in formula

Modified: tag/rel670/rapport_avance/include/class_rapav_declaration.php
===================================================================
--- tag/rel670/rapport_avance/include/class_rapav_declaration.php       
2013-11-14 18:24:17 UTC (rev 579)
+++ tag/rel670/rapport_avance/include/class_rapav_declaration.php       
2013-11-22 18:09:36 UTC (rev 580)
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]