Commit 011b56e4 authored by Romain Courteaud's avatar Romain Courteaud 🐸

slapos_subscription_request: fixup: reject price change for now

parent 6968e03e
......@@ -47,7 +47,7 @@ identical_order_base_category_list = [
'quantity_unit',
'quantity',
# 'price'
'price'
]
for identical_order_base_category in identical_order_base_category_list:
if open_order_movement.getProperty(identical_order_base_category) != subscription_change_request.getProperty(identical_order_base_category):
......
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