Commit febb4c22 authored by Grégory Wisniewski's avatar Grégory Wisniewski

Bank account currency must match with accounting cancellation resource.

    Make the relation string take into account the accounting cancellation resource
    so that the selected bank account match with it.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37834 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 6417743b
......@@ -537,7 +537,7 @@
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>python: [(\'site_uid\',here.Baobab_getUserSiteUid()), (\'validation_state\', \'valid\')]</string> </value>
<value> <string>python: [(\'site_uid\',here.Baobab_getUserSiteUid()), (\'validation_state\', \'valid\'), (\'price_currency_uid\', here.getParentValue().getResourceUid())]</string> </value>
</item>
</dictionary>
</pickle>
......
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