Commit 3e49d646 authored by Aurel's avatar Aurel

paper money deposit in stopped state must no be taken into account

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20286 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 2ef0f94c
...@@ -95,7 +95,8 @@ if site_uid is not None:\n ...@@ -95,7 +95,8 @@ if site_uid is not None:\n
simulation_state in (\'planned\', \'ordered\') \\\n simulation_state in (\'planned\', \'ordered\') \\\n
) \\\n ) \\\n
or (portal_type == \'Monetary Destruction\' and simulation_state == \'confirmed\') \\\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 == \'ordered\' and document.getSourceSection() is not None) \\\n
or (portal_type == \'Paper Money Deposit\' and simulation_state == \'stopped\'):\n
continue\n continue\n
if portal_type in (\'Cash Movement\', \'Cash Movement New Not Emmited\'):\n if portal_type in (\'Cash Movement\', \'Cash Movement New Not Emmited\'):\n
if not (\n if not (\n
......
428 429
\ No newline at end of file \ 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