mirror of
https://github.com/marcogll/ap_pos.git
synced 2026-01-13 13:15:16 +00:00
fix: Simplify date generation function in ticket printing
Refactor date generation to use direct string construction instead of intermediate variables to prevent undefined values in ticket dates. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -629,6 +629,6 @@
|
||||
<div id="printArea" class="no-print"></div>
|
||||
|
||||
<script src="https://cdn.jsdelivr.net/npm/qrcode@1/build/qrcode.min.js"></script>
|
||||
<script type="module" src="app.js?v=1757039367"></script>
|
||||
<script type="module" src="app.js?v=1757039801"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user