fix(pos): habilitar botones de inventario — Nuevo Producto, Exportar, Sincronizar

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-01 20:52:25 +00:00
parent 5ade1275de
commit 2848b4c181
2 changed files with 5 additions and 4 deletions

View File

@@ -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;