Commit c941b062 authored by Romain Courteaud's avatar Romain Courteaud

slapos_accounting: ensure trade_condition_type matches

parent 94bf9bee
......@@ -10,8 +10,8 @@ trade_condition_list = order.getSpecialiseValueList(
all_category_list = ('source_section', 'source', 'source_project',
'destination_section', 'destination', 'destination_project',
'price_currency', 'trade_condition_type')
matching_category_list = ('source_project', 'destination_project')
'price_currency')
matching_category_list = ('source_project', 'destination_project', 'trade_condition_type')
tested_base_category_list = [ ]
for base_category in all_category_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