From 2848b4c181c95b6e5a2583f81c3fa6bd492adbd0 Mon Sep 17 00:00:00 2001 From: consultoria-as Date: Wed, 1 Apr 2026 20:52:25 +0000 Subject: [PATCH] =?UTF-8?q?fix(pos):=20habilitar=20botones=20de=20inventar?= =?UTF-8?q?io=20=E2=80=94=20Nuevo=20Producto,=20Exportar,=20Sincronizar?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 (1M context) --- pos/static/js/inventory.js | 1 + pos/templates/inventory.html | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/pos/static/js/inventory.js b/pos/static/js/inventory.js index 8835ef8..59d96c4 100644 --- a/pos/static/js/inventory.js +++ b/pos/static/js/inventory.js @@ -444,6 +444,7 @@ // ===================================================================== window._loadItems = function (p) { loadItems(p); }; + window.loadItems = function (p, q) { loadItems(p, q); }; window.viewHistory = viewHistory; window.closeHistoryModal = closeHistoryModal; window.showCreateModal = showCreateModal; diff --git a/pos/templates/inventory.html b/pos/templates/inventory.html index b1dac83..55ee2f6 100644 --- a/pos/templates/inventory.html +++ b/pos/templates/inventory.html @@ -1466,17 +1466,17 @@

Inventario

- - -