Commit c387ffb5 authored by Jérome Perrin's avatar Jérome Perrin

The action to create a related payment transaction will always be available on...

The action to create a related payment transaction will always be available on invoices, unless a workflow manages this invoice's payment state.



git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11639 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 2ecc56c6
......@@ -102,7 +102,7 @@
<dictionary>
<item>
<key> <string>text</string> </key>
<value> <string>python: not object.getCausalityRelatedValueList(portal_type=\'Payment Transaction\')</string> </value>
<value> <string>python: object.getProperty(\'payment_state\') != \'cleared\'</string> </value>
</item>
</dictionary>
</pickle>
......
......@@ -102,7 +102,7 @@
<dictionary>
<item>
<key> <string>text</string> </key>
<value> <string>python: not object.getCausalityRelatedValueList(portal_type=\'Payment Transaction\')</string> </value>
<value> <string>python: object.getProperty(\'payment_state\') != \'cleared\'</string> </value>
</item>
</dictionary>
</pickle>
......
142
\ No newline at end of file
143
\ 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