Commit f66934d6 authored by Aurel's avatar Aurel

call script on right container

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15107 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent bc16c6ce
......@@ -101,7 +101,7 @@ transaction.Baobab_checkCounterDateOpen(site=transaction.getSite(),\n
\n
# Check balance in vault if excess\n
if out_price > 0:\n
transaction.validateVaultBalance(state_change)\n
context.validateVaultBalance(state_change)\n
\n
if transaction.getIncidentType() == "account_incident":\n
bank_account = transaction.getDestinationPaymentValue()\n
......@@ -191,9 +191,9 @@ if transaction.getIncidentType() == "account_incident":\n
<string>out_price</string>
<string>price</string>
<string>msg</string>
<string>context</string>
<string>bank_account</string>
<string>error</string>
<string>context</string>
<string>banking_line</string>
</tuple>
</value>
......
388
\ No newline at end of file
390
\ 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