[Erp5-report] r34478 jerome - in /erp5/trunk/bt5/erp5_accounting: SkinTemplateItem/portal_s...

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Apr 12 19:29:38 CEST 2010


Author: jerome
Date: Mon Apr 12 19:29:36 2010
New Revision: 34478

URL: http://svn.erp5.org?rev=34478&view=rev
Log:
fix a problem on accounting module stat columns. It was not showing good values when a transactions contains more than 2 lines on the same side

Modified:
    erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransactionModule_zGetAccountingTransactionList.xml
    erp5/trunk/bt5/erp5_accounting/bt/revision

Modified: erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransactionModule_zGetAccountingTransactionList.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransactionModule_zGetAccountingTransactionList.xml?rev=34478&r1=34477&r2=34478&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransactionModule_zGetAccountingTransactionList.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransactionModule_zGetAccountingTransactionList.xml [utf8] Mon Apr 12 19:29:36 2010
@@ -663,7 +663,7 @@
         (\n
             SELECT\n
           <dtml-if stat>\n
-            stock.total_price, catalog.uid\n
+            stock.total_price, child.uid\n
           <dtml-elif count>\n
             catalog.uid\n
           <dtml-else>\n
@@ -851,7 +851,7 @@
         (\n
             SELECT\n
           <dtml-if stat>\n
-            stock.total_price, catalog.uid\n
+            stock.total_price, child.uid\n
           <dtml-elif count>\n
             catalog.uid\n
           <dtml-else>\n
@@ -1325,7 +1325,7 @@
         (\n
             SELECT\n
           <dtml-if stat>\n
-            stock.total_price, catalog.uid\n
+            stock.total_price, child.uid\n
           <dtml-elif count>\n
             catalog.uid\n
           <dtml-else>\n
@@ -1513,7 +1513,7 @@
         (\n
             SELECT\n
           <dtml-if stat>\n
-            stock.total_price, catalog.uid\n
+            stock.total_price, child.uid\n
           <dtml-elif count>\n
             catalog.uid\n
           <dtml-else>\n

Modified: erp5/trunk/bt5/erp5_accounting/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/bt/revision?rev=34478&r1=34477&r2=34478&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/erp5_accounting/bt/revision [utf8] Mon Apr 12 19:29:36 2010
@@ -1,1 +1,1 @@
-1162
+1163




More information about the Erp5-report mailing list