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

- - -