[Erp5-report] r38192 yo - in /erp5/trunk/bt5/erp5_accounting: SkinTemplateItem/portal_skins...

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Sep 8 12:47:24 CEST 2010


Author: yo
Date: Wed Sep  8 12:47:22 2010
New Revision: 38192

URL: http://svn.erp5.org?rev=38192&view=rev
Log:
2010-09-08 yo
* Forgot to add .append. Sorry.

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

Modified: erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransaction_setDefaultMirrorAccountList.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransaction_setDefaultMirrorAccountList.xml?rev=38192&r1=38191&r2=38192&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransaction_setDefaultMirrorAccountList.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransaction_setDefaultMirrorAccountList.xml [utf8] Wed Sep  8 12:47:22 2010
@@ -64,7 +64,7 @@ for movement in context.contentValues(po
     has_destination = True\n
   # Interested in movements which lack one side only.\n
   if (source_account is not None) ^ (destination_account is not None):\n
-    movement_data_list((movement, source_account, destination_account))\n
+    movement_data_list.append((movement, source_account, destination_account))\n
 \n
 # If both are true, mirror accounting is used.\n
 if has_source and has_destination:\n

Modified: erp5/trunk/bt5/erp5_accounting/bt/change_log
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/bt/change_log?rev=38192&r1=38191&r2=38192&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/bt/change_log [utf8] (original)
+++ erp5/trunk/bt5/erp5_accounting/bt/change_log [utf8] Wed Sep  8 12:47:22 2010
@@ -1,4 +1,7 @@
 2010-09-08 yo
+* Forgot to add .append. Sorry.
+
+2010-09-08 yo
 * Auto-fill mirror accounts, if necessary, before running the accounting transaction constraint.
 
 2010-09-08 yusei

Modified: erp5/trunk/bt5/erp5_accounting/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/bt/revision?rev=38192&r1=38191&r2=38192&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/erp5_accounting/bt/revision [utf8] Wed Sep  8 12:47:22 2010
@@ -1 +1 @@
-1350
\ No newline at end of file
+1351
\ No newline at end of file




More information about the Erp5-report mailing list