Commit 738627bc authored by Sebastien Robin's avatar Sebastien Robin

fixed typo error

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16339 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 86894e61
...@@ -67,7 +67,7 @@ ...@@ -67,7 +67,7 @@
<key> <string>_body</string> </key> <key> <string>_body</string> </key>
<value> <string>destination = None\n <value> <string>destination = None\n
# if import, then set destination to None\n # if import, then set destination to None\n
if not context.isImport():\n if not context.isImported():\n
destination = context.getDestination()\n destination = context.getDestination()\n
if destination is not None:\n if destination is not None:\n
destination += \'/caveau/auxiliaire/encaisse_des_billets_et_monnaies\'\n destination += \'/caveau/auxiliaire/encaisse_des_billets_et_monnaies\'\n
......
320 321
\ 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