Friday, March 21, 2025
1 change · saas-18.1
Resolved issues and error corrections
Reloading the point of sale no longer loses the delivery order count for UrbanPiper orders. This helps staff keep an accurate view of active delivery orders and avoids confusion after refreshing or reopening the POS.
Original PR description
Before this commit: === - When reloading the POS, the delivery order count in pos_store was lost. After this commit: === - The order count is now properly retained even after a reload. - Ensures that delivery orders persist correctly in pos_store. task-4585831