Commit 271e17e5 authored by Aurel's avatar Aurel

use parameter no_balance_check

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11430 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ad4c5583
...@@ -74,7 +74,7 @@ from Products.ERP5Type.Message import Message\n ...@@ -74,7 +74,7 @@ from Products.ERP5Type.Message import Message\n
transaction = state_change[\'object\']\n transaction = state_change[\'object\']\n
\n \n
source = transaction.getSource()\n source = transaction.getSource()\n
resource = transaction.CashDelivery_checkCounterInventory(source = source, portal_type=\'Cash Delivery Line\')\n resource = transaction.CashDelivery_checkCounterInventory(source = source, portal_type=\'Cash Delivery Line\', no_balance_check=1)\n
#transaction.log("call to CashDelivery_getCounterInventory return", resource)\n #transaction.log("call to CashDelivery_getCounterInventory return", resource)\n
\n \n
# Get price and total_price.\n # Get price and total_price.\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