fix(reports): bump reports.js version to bust cache

- Add ?v=3 to reports.js script tag so browsers load the updated module
  with loadHistorico function
This commit is contained in:
2026-06-12 07:45:55 +00:00
parent 1967ad1073
commit 33df6e9280

View File

@@ -365,7 +365,7 @@
<script src="/pos/static/js/splash-loader.js?v=1" defer></script>
<script src="/pos/static/js/pos-utils.js?v=2" defer></script>
<script src="/pos/static/js/sidebar.js" defer></script>
<script src="/pos/static/js/reports.js" defer></script>
<script src="/pos/static/js/reports.js?v=3" defer></script>
<script src="/pos/static/js/sync-engine.js" defer></script>
<script>if('serviceWorker' in navigator){navigator.serviceWorker.register('/pos/sw.js',{scope:'/pos/'});}</script>
<script src="/pos/static/js/pwa-install.js" defer></script>