Commit 4e66566f authored by Julien Muchembled's avatar Julien Muchembled

Update testTradeModelLine due to new TMP on default business process

cf commit 1c604e43
parent d3851388
......@@ -545,7 +545,7 @@ class TestTradeModelLine(TestTradeModelLineMixin):
for movement in (order, order['taxed'], order['discounted'],
order['taxed_discounted']):
self.checkComposition(movement, [trade_condition], {
self.trade_model_path_portal_type: 11,
self.trade_model_path_portal_type: 12,
self.business_link_portal_type: 7,
"Trade Model Line": 2})
......@@ -796,7 +796,7 @@ class TestTradeModelLine(TestTradeModelLineMixin):
for movement in order, order['taxed'], order['discounted']:
self.checkComposition(movement, [trade_condition], {
self.trade_model_path_portal_type: 11,
self.trade_model_path_portal_type: 12,
self.business_link_portal_type: 7,
"Trade Model Line": 5})
......
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