Commit 24dd5b37 authored by Vincent Pelletier's avatar Vincent Pelletier

Add forgotten imports.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14539 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 18c37985
......@@ -67,6 +67,9 @@
<key> <string>_body</string> </key>
<value> <string encoding="cdata"><![CDATA[
from Products.ERP5Type.Message import Message\n
from Products.DCWorkflow.DCWorkflow import ValidationFailed\n
\n
# Check that a check exists for given bank account and reference.\n
result = context.Base_checkOrCreateCheck(reference=reference, bank_account=bank_account)\n
result_len = len(result)\n
......@@ -145,14 +148,16 @@ return check\n
<tuple>
<string>bank_account</string>
<string>reference</string>
<string>Products.ERP5Type.Message</string>
<string>Message</string>
<string>Products.DCWorkflow.DCWorkflow</string>
<string>ValidationFailed</string>
<string>_getattr_</string>
<string>context</string>
<string>result</string>
<string>len</string>
<string>result_len</string>
<string>Message</string>
<string>msg</string>
<string>ValidationFailed</string>
<string>_getitem_</string>
<string>check</string>
<string>bad_simulation_state_dict</string>
......
206
\ No newline at end of file
208
\ 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