Commit 49a895e6 authored by Jérome Perrin's avatar Jérome Perrin

a payment transaction can be related to a balance transaction. update jump

method


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13241 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent f5ee234c
...@@ -83,7 +83,7 @@ ...@@ -83,7 +83,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>text</string> </key> <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> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
194 195
\ No newline at end of file \ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment