diff --git a/product/ERP5/tests/testTradeModelLine.py b/product/ERP5/tests/testTradeModelLine.py
index cb89498fd9f53039c427c3965e160513f926c80f..0e57450a5cb60ecc6d8f8413f0cc5a4617b1dd6f 100644
--- a/product/ERP5/tests/testTradeModelLine.py
+++ b/product/ERP5/tests/testTradeModelLine.py
@@ -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})