From 5e9ac57f0828df6ed3346ead626a0aacc1bd4ea4 Mon Sep 17 00:00:00 2001 From: consultoria-as Date: Sun, 14 Jun 2026 09:40:19 +0000 Subject: [PATCH] fix(pos/invoicing): fix unclosed template literal in invoicing.js and bump cache version --- pos/static/js/invoicing.js | 1 + pos/templates/invoicing.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pos/static/js/invoicing.js b/pos/static/js/invoicing.js index 4a49bdc..9b6e517 100644 --- a/pos/static/js/invoicing.js +++ b/pos/static/js/invoicing.js @@ -340,6 +340,7 @@ const Invoicing = (() => { Descargar PDF ` : ''} + `; } // Wire the cancel button inside modal footer diff --git a/pos/templates/invoicing.html b/pos/templates/invoicing.html index 76ce3bb..1bd97d2 100644 --- a/pos/templates/invoicing.html +++ b/pos/templates/invoicing.html @@ -1081,7 +1081,7 @@ - +