Commit 80dfde54 authored by Jérome Perrin's avatar Jérome Perrin

"No exchange ratio was found." -> "No exchange ratio found."


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24187 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 8f557fe5
......@@ -91,7 +91,7 @@ for line in line_list:\n
if exchange_ratio is None:\n
return context.Base_redirect(form_id,\n
keep_items=dict(\n
portal_status_message=context.Base_translateString(\'No exchange ratio was found.\'))) \n
portal_status_message=context.Base_translateString(\'No exchange ratio found.\'))) \n
#update the corresponding price and round it according to the precision of\n
#the converted currency\n
line.setDestinationTotalAssetPrice(\n
......
......@@ -85,7 +85,7 @@ for line in line_list:\n
if exchange_ratio is None:\n
return context.Base_redirect(form_id,\n
keep_items=dict(\n
portal_status_message=context.Base_translateString(\'No exchange ratio was found.\'))) \n
portal_status_message=context.Base_translateString(\'No exchange ratio found.\'))) \n
\n
\n
#update the corresponding price and round it according to the precision of\n
......
788
\ No newline at end of file
789
\ 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