Kees Hink
6e6ef5cf72
Do not perform stock allocation manipulations on non-stock-tracked products (#2567)
* Silently skip stock allocation manipulations if the product class doesn't track stock.
* Make it possible to cancel/consume stock allocations without line args.
You can now do:
consume_stock_allocations(order)
cancel_stock_allocations(order)
without the lines / line_quantities arguments.