Commit 2646370b authored by Aurel's avatar Aurel

fix typo

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23047 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent b41e0d4a
...@@ -99,7 +99,7 @@ if site_uid is not None:\n ...@@ -99,7 +99,7 @@ if site_uid is not None:\n
or (portal_type == \'Paper Money Payment\' and simulation_state != \'ready\') \\\n or (portal_type == \'Paper Money Payment\' and simulation_state != \'ready\') \\\n
or (portal_type == \'Paper Money Deposit\' and simulation_state == \'stopped\'):\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 Emitted\'):\n
if not (\n if not (\n
((simulation_state in (\'confirmed\') and site_url in document.getSource()) \n ((simulation_state in (\'confirmed\') and site_url in document.getSource()) \n
or \n or \n
......
446 447
\ 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