Commit 37240ce3 authored by Aurel's avatar Aurel

remove comment of deliver for inventory added by previous commit


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@7642 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent fdbd47c9
......@@ -488,7 +488,7 @@ class TestERP5BankingMixin:
inventory=amount)
# deliver the inventory
#inventory.deliver()
inventory.deliver()
self.account_inventory_number += 1
return bank_account
......@@ -628,8 +628,7 @@ class TestERP5BankingMixin:
line['variation_value'],
line['quantity'],)
# deliver the inventory
#inventory.deliver()
#self.workflow_tool.doActionFor(inventory, 'deliver_action', wf_id='inventory_workflow')
inventory.deliver()
return inventory_group
......
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