Tuesday, June 18, 2024
1 change · saas-17.3
Resolved issues and error corrections
Point of Sale now keeps the product reference on order lines even when the full product details were not loaded at startup. This prevents sale-order-linked POS lines from losing their product association, improving order accuracy and reducing checkout issues.
Original PR description
When a line has a product_id but no product, the product_id is not loaded in the line. This is a problem when the product came from a sale order and the product do not match requirement to be loaded at the initialization of the pos. This commit fix this issue by loading the product_id in the line when the product is not loaded. taskId: 3981111