Commit 6bf3b2a8 authored by Aurel's avatar Aurel

to not take into account paper money payment which are not yet at counter when...

to not take into account paper money payment which are not yet at counter when preventong to close the counter date

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20697 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 4dbe224f
......@@ -96,6 +96,7 @@ if site_uid is not None:\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 == \'Paper Money Payment\' and simulation_state != \'ready\') \\\n
or (portal_type == \'Paper Money Deposit\' and simulation_state == \'stopped\'):\n
continue\n
if portal_type in (\'Cash Movement\', \'Cash Movement New Not Emmited\'):\n
......
432
\ No newline at end of file
433
\ 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