Commit 20cda509 authored by Jérome Perrin's avatar Jérome Perrin

update to new account_type category (asset/cash)


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5362 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent c81e0e10
......@@ -283,7 +283,7 @@
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>python:here.getSourceValue(portal_type = \'Account\') is not None and here.getSourceValue(portal_type = \'Account\').isMemberOf(\'account_type/asset/bank\')</string> </value>
<value> <string>python:here.getSourceValue(portal_type = \'Account\') is not None and here.getSourceValue(portal_type = \'Account\').isMemberOf(\'account_type/asset/cash\')</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