From 2b418701b6e69171a4e55a3e352bdba5d4e9233d Mon Sep 17 00:00:00 2001 From: consultoria-as Date: Fri, 1 May 2026 01:11:09 +0000 Subject: [PATCH] fix(inventory): add cache-buster v=2 to inventory.js to force reload Nginx auto-serves .min.js when .js is requested with try_files. The browser had the old file cached with 6M expiry. Adding ?v=2 forces clients to fetch the new version with autoMatchCompat exposed. --- pos/templates/inventory.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pos/templates/inventory.html b/pos/templates/inventory.html index c336ada..8d41e19 100644 --- a/pos/templates/inventory.html +++ b/pos/templates/inventory.html @@ -815,7 +815,7 @@ - +