diff --git a/pos/static/pwa/sw.js b/pos/static/pwa/sw.js index cc8430f..2be8496 100644 --- a/pos/static/pwa/sw.js +++ b/pos/static/pwa/sw.js @@ -6,7 +6,7 @@ // The fetch handler normalizes static asset URLs (strips ?v= query strings) // so templates can use cache-busting query params freely. -const VERSION = 32; +const VERSION = 33; const CACHE_NAME = 'nexus-pos-v' + VERSION; const APP_SHELL = [ diff --git a/pos/templates/accounting.html b/pos/templates/accounting.html index ef0dda4..0018412 100644 --- a/pos/templates/accounting.html +++ b/pos/templates/accounting.html @@ -8,14 +8,14 @@ - + - +
@@ -495,10 +495,10 @@ - - + + - + diff --git a/pos/templates/catalog.html b/pos/templates/catalog.html index aeb02ab..309ff86 100644 --- a/pos/templates/catalog.html +++ b/pos/templates/catalog.html @@ -7,7 +7,7 @@