Commit 8a418220 authored by Łukasz Nowak's avatar Łukasz Nowak

Put accounts on correct side.

parent 32be19f7
......@@ -316,15 +316,14 @@ class TestVifibSlapComputerPartitionLock(TestVifibSlapWebServiceMixin):
payment_transaction.newContent(
portal_type="Accounting Transaction Line",
quantity=1,
source='account_module/receivable',
destination='account_module/receivable',
)
payment_transaction.newContent(
portal_type="Accounting Transaction Line",
quantity=-1,
source='account_module/sales',
destination='account_module/sales',
)
payment_transaction.confirm()
# XXX More info needed
payment_transaction.checkConsistency()
def test_automated_person_past_not_paid_locking(self):
......
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