Monday, March 31, 2025
1 change · saas-18.1
Resolved issues and error corrections
Receipts in Point of Sale now correctly show the cashier name when no preset is configured. This helps customers and staff identify who served an order, restoring expected receipt information.
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