mirror of
https://github.com/marcogll/ap_pos.git
synced 2026-01-13 21:25:16 +00:00
fix: Resolve persistent date formatting undefined issue in ticket printing
- Fixed unsafe string concatenation in print.js date function - Replaced manual padding logic with String().padStart() method - Updated cache busting to v1757039367 for proper reload - Fixed default tab routing for regular users to 'Ventas' - Enhanced ticket layout with right-aligned total and payment method - Improved print styling with 72mm width and better spacing 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
services:
|
||||
ap-pos:
|
||||
image: marcogll/ap_pos:1.3.7
|
||||
image: marcogll/ap_pos:1.4.0
|
||||
container_name: ap-pos
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user