Commit 1b0f55e0 authored by Vincent Pelletier's avatar Vincent Pelletier

Trivial coding style improvement.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45541 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 44b537b1
......@@ -59,7 +59,7 @@ vault = transaction.getSource()\n
\n
\n
if not (vault.endswith(\'encaisse_des_billets_et_monnaies\') or vault.endswith(\'encaisse_des_externes\')or \\\n
\'encaisse_des_devises\' in vault) :\n
\'encaisse_des_devises\' in vault):\n
msg = Message(domain="ui", message="Invalid source.")\n
raise ValidationFailed, (msg,)\n
\n
......
699
\ No newline at end of file
700
\ 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