Commit 8680cdc8 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

use new portal type name : Payment Simulation Rule.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32998 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 7ef79852
......@@ -1234,9 +1234,9 @@ class TestInvoiceMixin(TestPackingListMixin,
'Invoice Transaction Rule': {
'parent_movement_type_list': invoice.getPortalInvoiceMovementTypeList(),
'movement_type_list': invoice.getPortalAccountingMovementTypeList(),
'next_rule_list': ['Payment Rule'],
'next_rule_list': ['Payment Simulation Rule'],
},
'Payment Rule': {
'Payment Simulation Rule': {
'parent_movement_type_list': invoice.getPortalAccountingMovementTypeList(),
'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