Commit c9630ac9 authored by Sebastien Robin's avatar Sebastien Robin

fixed typo error

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11920 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 6b66946b
......@@ -101,7 +101,7 @@ for counter_vault in counter_vault_list:\n
ignore_variation=0)\n
if len(inventory_list)>0:\n
for inventory in inventory_list:\n
if inventory.total_qantity>0:\n
if inventory.total_quantity>0:\n
message = Message(domain=\'ui\',\n
message=\'Sorry, some resources are still remaining here : $counter_title\',\n
mapping={\'counter_title\':counter_title})\n
......
104
\ No newline at end of file
106
\ 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