Commit d6709752 authored by Aurel's avatar Aurel

update script so that counter date closing is not blocked by new workflow...

update script so that counter date closing is not blocked by new workflow state on monetary destruction

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24603 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 8eafc64c
......@@ -94,8 +94,7 @@ if site_uid is not None:\n
or (portal_type == \'Check Payment\' and \n
simulation_state in (\'planned\', \'ordered\') \\\n
) \\\n
or (portal_type == \'Monetary Destruction\' and simulation_state == \'confirmed\') \\\n
or (portal_type == \'Monetary Destruction\' and simulation_state == \'ordered\' and document.getSourceSection() is not None) \\\n
or (portal_type == \'Monetary Destruction\' and simulation_state in (\'stopped\', \'started\')) \\\n
or (portal_type == \'Paper Money Payment\' and simulation_state != \'ready\') \\\n
or (portal_type == \'Paper Money Deposit\' and simulation_state == \'stopped\'):\n
continue\n
......
466
\ No newline at end of file
467
\ 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