Commit f03be40a authored by Aurel's avatar Aurel

typo

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14653 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ccb73cc9
......@@ -70,7 +70,7 @@
banking_operation_line_list = transaction.contentValues(filter = {\'portal_type\' : \'Banking Operation Line\'})\n
if len(banking_operation_line_list) != 0:\n
id_list = [x.getId() for x in banking_operation_line_list]\n
transaction.manage_delOb(id_list)\n
transaction.manage_delObjects(id_list)\n
for check_operation_line in transaction.contentValues(filter = {\'portal_type\' : \'Check Operation Line\'}):\n
source_bank_account = check_operation_line.getSourcePaymentValue()\n
# immediate reindex is required to make this operation atomic.\n
......
264
\ No newline at end of file
266
\ 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