diff --git a/product/ERP5/tests/testProductionOrder.py b/product/ERP5/tests/testProductionOrder.py index e8cb896eda99da7e28b7eeb1443a39d327262a7a..961504900c74def0d8832ec06cdd4f5166d43437 100644 --- a/product/ERP5/tests/testProductionOrder.py +++ b/product/ERP5/tests/testProductionOrder.py @@ -77,7 +77,7 @@ class TestProductionOrderMixin(TestOrderMixin): system_preference.edit( preferred_product_individual_variation_base_category = ('variation',), preferred_component_individual_variation_base_category = ('variation',), - preferred_product_variation_base_category = ('colour', 'size'), + preferred_product_variation_base_category = ('industrial_phase', 'colour', 'size'), preferred_component_variation_base_category = ('colour', 'size'), priority = 1, )