Commit 5b6886a6 authored by Romain Courteaud's avatar Romain Courteaud

slapos_accounting: ensure the price currency is the same

parent 668187df
......@@ -11,7 +11,7 @@ trade_condition_list = order.getSpecialiseValueList(
all_category_list = ('source_section', 'source', 'source_project',
'destination_section', 'destination', 'destination_project',
'price_currency')
matching_category_list = ('source_project', 'destination_project', 'trade_condition_type')
matching_category_list = ('source_project', 'destination_project', 'trade_condition_type', 'price_currency')
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