Commit bdcb1d99 authored by Yoshinori Okuji's avatar Yoshinori Okuji

2010-09-08 yo

* Forgot to add .append. Sorry.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38192 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent cce77588
......@@ -64,7 +64,7 @@ for movement in context.contentValues(portal_type=portal.getPortalAccountingMove
has_destination = True\n
# Interested in movements which lack one side only.\n
if (source_account is not None) ^ (destination_account is not None):\n
movement_data_list((movement, source_account, destination_account))\n
movement_data_list.append((movement, source_account, destination_account))\n
\n
# If both are true, mirror accounting is used.\n
if has_source and has_destination:\n
......
2010-09-08 yo
* Forgot to add .append. Sorry.
2010-09-08 yo
* Auto-fill mirror accounts, if necessary, before running the accounting transaction constraint.
......
1350
\ No newline at end of file
1351
\ 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