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:
Marco Gallegos
2025-09-05 10:17:27 -06:00
parent b2963e7f9d
commit 006e74c42a
3 changed files with 20 additions and 27 deletions

View File

@@ -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>