Commit f3d9b5d3 authored by Łukasz Nowak's avatar Łukasz Nowak

- produced resource need industrial_phase as variation_base_category

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22327 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent b0004b12
......@@ -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,
)
......
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