Commit 1cf6c5c6 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

fix a typo : reveral -> reversal


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34177 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent b7fabd0b
...@@ -89,7 +89,7 @@ for obj in object_list:\n ...@@ -89,7 +89,7 @@ for obj in object_list:\n
method_id=\'AccountingTransaction_createReversalTransaction\'):\n method_id=\'AccountingTransaction_createReversalTransaction\'):\n
raise Redirect, "%s/view?portal_status_message=%s" % (\n raise Redirect, "%s/view?portal_status_message=%s" % (\n
context.absolute_url(), translateString(\n context.absolute_url(), translateString(\n
\'Reveral creation already in progress, abandon.\'))\n \'Reversal creation already in progress, abandon.\'))\n
obj.activate(tag=tag).AccountingTransaction_createReversalTransaction(\n obj.activate(tag=tag).AccountingTransaction_createReversalTransaction(\n
cancellation_amount=cancellation_amount)\n cancellation_amount=cancellation_amount)\n
activated += 1\n activated += 1\n
......
1149 1150
\ 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