Commit f5e3f2f4 authored by Jérome Perrin's avatar Jérome Perrin

'Amount converted.' -> 'Price converted.' for consistency with action name and

dialog title.
also remove comment


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24189 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent bbbbe0d9
...@@ -98,9 +98,8 @@ for line in line_list:\n ...@@ -98,9 +98,8 @@ for line in line_list:\n
round(exchange_ratio*(line.getQuantity())),precision)\n round(exchange_ratio*(line.getQuantity())),precision)\n
\n \n
\n \n
msg = context.Base_translateString(\'Amount converted.\')\n msg = context.Base_translateString(\'Price converted.\')\n
\n \n
# return to the feature module\n
return context.Base_redirect(form_id,\n return context.Base_redirect(form_id,\n
keep_items=dict(portal_status_message=msg))\n keep_items=dict(portal_status_message=msg))\n
</string> </value> </string> </value>
......
...@@ -94,9 +94,8 @@ for line in line_list:\n ...@@ -94,9 +94,8 @@ for line in line_list:\n
round(exchange_ratio*(line.getQuantity())),precision)\n round(exchange_ratio*(line.getQuantity())),precision)\n
\n \n
\n \n
msg = context.Base_translateString(\'Amount converted.\')\n msg = context.Base_translateString(\'Price converted.\')\n
\n \n
# return to the feature module\n
return context.Base_redirect(form_id,\n return context.Base_redirect(form_id,\n
keep_items=dict(portal_status_message=msg))\n keep_items=dict(portal_status_message=msg))\n
</string> </value> </string> </value>
......
789 790
\ 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