Commit 69d42e39 authored by Aurel's avatar Aurel

remove deliver action as it is the default state

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@8551 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 3e8a4241
##############################################################################
#############################################################################
#
# Copyright (c) 2006 Nexedi SARL and Contributors. All Rights Reserved.
# Aurelien Calonne <aurel@nexedi.com>
......@@ -550,8 +550,6 @@ class TestERP5BankingMixin:
destination_payment_value=bank_account,
inventory=amount)
# deliver the inventory
inventory.deliver()
self.account_inventory_number += 1
return bank_account
......@@ -691,8 +689,6 @@ class TestERP5BankingMixin:
line['variation_id'],
line['variation_value'],
line['quantity'],)
# deliver the inventory
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