Commit 7f712de9 authored by Vincent Pelletier's avatar Vincent Pelletier

Secondary agencies destructing money their main agency emitted must send their...

Secondary agencies destructing money their main agency emitted must send their document for validation in their main agency, similarly to what is done when they destroy money emitted by foreign main agencies.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28414 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 64bbab98
......@@ -108,7 +108,7 @@
<dictionary>
<item>
<key> <string>text</string> </key>
<value> <string>python: \'externe\' not in here.getSource() or here.isDematerialization()</string> </value>
<value> <string>python: (\'externe\' not in here.getSource() and \'auxiliaire\' not in here.getSource()) or here.isDematerialization()</string> </value>
</item>
</dictionary>
</pickle>
......
......@@ -108,7 +108,7 @@
<dictionary>
<item>
<key> <string>text</string> </key>
<value> <string>python: \'externe\' in here.getSource() and not here.isDematerialization()</string> </value>
<value> <string>python: (\'externe\' in here.getSource() or (\'auxiliaire\' in here.getSource() and \'circulation\' in here.getSource())) and not here.isDematerialization()</string> </value>
</item>
</dictionary>
</pickle>
......
658
\ No newline at end of file
669
\ 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