22
Currently, when a sales order contains line items with mixed statuses, such as "Open order" and "Delivered" and the item price is updated, running the price recalculation job based on the "Open order" status still causes the system to recalculate prices for all lines within the order. This behavior is inefficient and may result in unintended price updates for already delivered lines.
The price recalculation logic should be improved to strictly apply the recalculation only to sales order lines that match the specified status filter.
STATUS DETAILS
New