Wednesday, June 26, 2024
1 change · saas-17.3
Enhancements to existing features
Restaurant payment screens now show the per-guest amount only when there is more than one guest at the table. This avoids repeating the same amount for single-guest tables, making the checkout view clearer for staff.
Original PR description
Before this commit ------------------------- The amount per guest was displayed for every case even if the customer is only one on the table. After this commit ---------------------- If the customer-count is more than one than only show the per guest amount because for only one guest total amount and per guest amount will be same and makes no sense to show again. task: 4002199