Tuesday, March 11, 2025
1 change · saas-18.1
Resolved issues and error corrections
Point of Sale receipts now correctly show the cashier name when no preset is configured. This restores the expected “Served by” information for standard checkout setups, helping customers and staff identify who handled the sale.
Original PR description
Steps ------ - Normal PoS config (don't set a preset) - Make an order and settle it -> The cashier name is not show on the receipt as "Served by ...". Reason -------- Commit 3ff7270f7b349e88dc883ed27ecb44006bdbcd65 allowed showing the cashier name if there is a preset and it has 'name' as `identification`. However, it has mistakenly hidden the cashier name when a preset does not exist. Fix --- Account for the case of a non existing `order.preset_id`. opw-4626268