Commit 721fb1fe authored by Vincent Pelletier's avatar Vincent Pelletier

Do not reindex immediatelly.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@8395 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 725ad2c6
......@@ -75,7 +75,6 @@ transaction.setResource(\'currency_module/\' + context.Baobab_getPortalReference
\n
movement = transaction.newContent(portal_type=\'Banking Operation Line\',\n
id=\'movement\',\n
immediate_reindex=1,\n
source=\'account_module/bank_account\', # Set default source\n
destination=\'account_module/bank_account\', # Set default destination\n
)\n
......
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