Tuesday, May 28, 2024
1 change · saas-17.1
Resolved issues and error corrections
Restaurant point-of-sale floor plans now refresh correctly when a new table is added. This ensures staff can immediately see and use newly created tables, avoiding confusion during setup or service.
Original PR description
Steps to reproduce: =============== - Create new POS - Tick Is a Bar/Restaurant option - Create new floor - Add a table Issue: ===== On adding a new table, table is added but does not reflect on the floor. Cause: ====== On adding new floor the length of floor was not updated which leads to the issue. Fix: === After this commit floor length is currently updated. task-3888097