[Erp5-report] r32721 kazuhiko - in /erp5/trunk/bt5/erp5_accounting: SkinTemplateItem/portal...

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Feb 18 09:08:47 CET 2010


Author: kazuhiko
Date: Thu Feb 18 09:08:45 2010
New Revision: 32721

URL: http://svn.erp5.org?rev=32721&view=rev
Log:
for payment, we care source_payment for source case (cf. for section, we care destination_section for source case). thanks to Jérome.

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

Modified: erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransaction_getListBoxColumnList.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransaction_getListBoxColumnList.xml?rev=32721&r1=32720&r2=32721&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransaction_getListBoxColumnList.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransaction_getListBoxColumnList.xml [utf8] Thu Feb 18 09:08:45 2010
@@ -66,10 +66,10 @@
 for line in context.getMovementList():\n
   if source:\n
     section_dict[line.getDestinationSection()] = 1\n
-    payment_dict[line.getDestinationPayment()] = 1\n
+    payment_dict[line.getSourcePayment()] = 1\n
   else:\n
     section_dict[line.getSourceSection()] = 1\n
-    payment_dict[line.getSourcePayment()] = 1\n
+    payment_dict[line.getDestinationPayment()] = 1\n
 \n
 if context.getSourcePayment() or context.getDestinationSection():\n
   min_payment_count = 2\n

Modified: erp5/trunk/bt5/erp5_accounting/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/bt/revision?rev=32721&r1=32720&r2=32721&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/erp5_accounting/bt/revision [utf8] Thu Feb 18 09:08:45 2010
@@ -1,1 +1,1 @@
-1110
+1111




More information about the Erp5-report mailing list