From b887f0c03292fd51722f037148b5413a719f589d Mon Sep 17 00:00:00 2001 From: consultoria-as Date: Wed, 1 Apr 2026 20:13:34 +0000 Subject: [PATCH] fix(pos): arreglar 29 enlaces rotos del sidebar en todas las paginas Reemplazados todos los href="#" en nav-items y nav-links con las rutas reales (/pos/dashboard, /pos/sale, /pos/catalog, etc.) en catalog, inventory, customers, dashboard, config, reports. Co-Authored-By: Claude Opus 4.6 (1M context) --- pos/templates/catalog.html | 18 +++++++++--------- pos/templates/customers.html | 16 ++++++++-------- pos/templates/dashboard.html | 12 ++++++------ pos/templates/inventory.html | 12 ++++++------ 4 files changed, 29 insertions(+), 29 deletions(-) diff --git a/pos/templates/catalog.html b/pos/templates/catalog.html index 031142b..2031699 100644 --- a/pos/templates/catalog.html +++ b/pos/templates/catalog.html @@ -1659,52 +1659,52 @@