Wednesday, October 26, 2022
1 change · master
Resolved issues and error corrections
Confirmed subscriptions will no longer recalculate line item prices when their billing recurrence is changed to a shorter period. This helps prevent unexpected price changes on already confirmed subscription orders.
Original PR description
This fix stop confirmed subscription to recompute the unit price of sale order lines. This would occur when the recurrence was changed and the new recurrence was smaller than the old one. (qty_invoiced would be 0 as we check for last recurrence -> recompute)