Commit a23cb29a authored by Romain Courteaud's avatar Romain Courteaud

slapos_accounting: Software Product debug

parent 9d42f9b0
......@@ -137,7 +137,9 @@ if instance_tree.getCausalityState() == 'diverged':
default=None,
)
if price is None:
raise NotImplementedError('Price not found on %s' % open_sale_order.getSpecialise())
raise NotImplementedError('Price not found on %s for %s %s' % (open_sale_order.getSpecialise(),
service.getRelativeUrl(),
str([x.getRelativeUrl() for x in predicate_list])))
open_order_line.edit(
price=price
)
......
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