[Erp5-report] r7620 - /erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_ac...
nobody at svn.erp5.org
nobody at svn.erp5.org
Tue Jun 6 17:04:17 CEST 2006
Author: kevin
Date: Tue Jun 6 17:04:10 2006
New Revision: 7620
URL: http://svn.erp5.org?rev=7620&view=rev
Log:
Don't copy id when create a reversal transaction.
Modified:
erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransaction_createReversalTransaction.xml
Modified: erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransaction_createReversalTransaction.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransaction_createReversalTransaction.xml?rev=7620&r1=7619&r2=7620&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransaction_createReversalTransaction.xml (original)
+++ erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransaction_createReversalTransaction.xml Tue Jun 6 17:04:10 2006
@@ -14,7 +14,9 @@
<dictionary>
<item>
<key> <string>Python_magic</string> </key>
- <value> <string encoding="base64">O/INCg==</string> </value>
+ <value>
+ <none/>
+ </value>
</item>
<item>
<key> <string>Script_magic</string> </key>
@@ -90,7 +92,6 @@
\n
for line in context.objectValues(portal_type = context.getPortalAccountingMovementTypeList()) : \n
reversal.newContent(\n
- id = line.getId(),\n
portal_type = line.getPortalType(),\n
source = line.getSource(),\n
destination = line.getDestination(),\n
More information about the Erp5-report
mailing list