[Erp5-report] r13241 - in /erp5/trunk/bt5/erp5_accounting: ActionTemplateItem/portal_types/...
nobody at svn.erp5.org
nobody at svn.erp5.org
Tue Mar 6 16:05:04 CET 2007
Author: jerome
Date: Tue Mar 6 16:04:59 2007
New Revision: 13241
URL: http://svn.erp5.org?rev=13241&view=rev
Log:
a payment transaction can be related to a balance transaction. update jump
method
Modified:
erp5/trunk/bt5/erp5_accounting/ActionTemplateItem/portal_types/Payment%20Transaction/related_invoice.xml
erp5/trunk/bt5/erp5_accounting/bt/revision
Modified: erp5/trunk/bt5/erp5_accounting/ActionTemplateItem/portal_types/Payment%20Transaction/related_invoice.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/ActionTemplateItem/portal_types/Payment%2520Transaction/related_invoice.xml?rev=13241&r1=13240&r2=13241&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/ActionTemplateItem/portal_types/Payment%20Transaction/related_invoice.xml (original)
+++ erp5/trunk/bt5/erp5_accounting/ActionTemplateItem/portal_types/Payment%20Transaction/related_invoice.xml Tue Mar 6 16:04:59 2007
@@ -83,7 +83,7 @@
<dictionary>
<item>
<key> <string>text</string> </key>
- <value> <string>python:"%s/%s/view" % (object.getPortalObject().getPath(), object.getCausality(portal_type=object.getPortalInvoiceTypeList()))</string> </value>
+ <value> <string>python:"%s/%s/view" % (object.getPortalObject().getPath(), object.getCausality())</string> </value>
</item>
</dictionary>
</pickle>
Modified: erp5/trunk/bt5/erp5_accounting/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/bt/revision?rev=13241&r1=13240&r2=13241&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/bt/revision (original)
+++ erp5/trunk/bt5/erp5_accounting/bt/revision Tue Mar 6 16:04:59 2007
@@ -1,1 +1,1 @@
-194
+195
More information about the Erp5-report
mailing list