Commit e1dafeb2 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

id of simulation movement is now unpredictable.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32038 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 7b77868d
...@@ -2454,7 +2454,6 @@ class TestSaleInvoiceMixin(TestInvoiceMixin, ...@@ -2454,7 +2454,6 @@ class TestSaleInvoiceMixin(TestInvoiceMixin,
}, },
'Payment Rule': { 'Payment Rule': {
'parent_movement_type_list': invoice.getPortalAccountingMovementTypeList(), 'parent_movement_type_list': invoice.getPortalAccountingMovementTypeList(),
'parent_id_list': ['receivable'],
'next_rule_list': [], 'next_rule_list': [],
}, },
} }
......
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