Friday, May 17, 2024
1 change · saas-17.1
Resolved issues and error corrections
The point of sale refund flow now keeps staff on the ticket screen until they choose a quantity for the selected line. This prevents accidental empty refund orders and reduces checkout errors during returns.
Original PR description
Before this commit: =================== When clicking the refund button without selecting the quantity for the selected order lines, the ticket screen would redirect to the product screen, resulting in empty order lines. After this commit: =============== The refund button will not redirect the ticket screen to the product screen until a quantity is selected for the selected order line. Task ID: 3922007