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

fix undefined name

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30374 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent bcde640d
......@@ -67,8 +67,6 @@ bank_account_portal_type = portal.getPortalPaymentNodeTypeList()\n
section_portal_type_list = [\'Person\', \'Organisation\']\n
invalid_state_list = [\'invalidated\', \'deleted\']\n
\n
N_ = lambda msg, **kw: Message(\'erp5_ui\', msg, **kw)\n
\n
# first of all, validate the transaction itself\n
container.validateTransaction(state_change)\n
\n
......@@ -213,7 +211,6 @@ transaction.AccountingTransaction_deleteEmptyLines(redirect=0)\n
<string>bank_account_portal_type</string>
<string>section_portal_type_list</string>
<string>invalid_state_list</string>
<string>N_</string>
<string>container</string>
<string>_getiter_</string>
<string>dict</string>
......
1033
\ No newline at end of file
1034
\ 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