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 @@
<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>
......
194
\ No newline at end of file
195
\ 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