fix(pos): remove duplicate currency symbols in Cut Z summary

fmt() already prepends the currency symbol; remove manual '$' prefixes
in loadCutX to prevent '262845500.00' display. Bump cache-bust v3 -> v4.
This commit is contained in:
2026-05-18 07:03:09 +00:00
parent d9741b21f6
commit ae2273f864
2 changed files with 12 additions and 12 deletions

View File

@@ -14,7 +14,7 @@
<meta name="theme-color" content="#F5A623" />
<script src="/pos/static/js/native-bridge.js" defer></script>
<link rel="stylesheet" href="/pos/static/css/pos.css?v=3">
<link rel="stylesheet" href="/pos/static/css/pos.css?v=4">
</head>
<body class="pos-shell" id="appBody">
@@ -563,7 +563,7 @@
<script src="/pos/static/js/app-init.js" defer></script>
<script src="/pos/static/js/push.js" defer></script>
<script src="/pos/static/js/printer.js" defer></script>
<script src="/pos/static/js/pos.js?v=3" defer></script>
<script src="/pos/static/js/pos.js?v=4" defer></script>
<script>
// Cancel sale button wiring