Productos frecuenes
This commit is contained in:
@@ -168,12 +168,14 @@
|
||||
</a>
|
||||
<a href="/IMPORTADORES/productos_frecuentes/editar"
|
||||
class="nav-link px-3 py-1 <?= str_contains($_SERVER['REQUEST_URI'], '/productos_frecuentes/editar') ? 'active' : '' ?>">
|
||||
• Editar Producto
|
||||
• Ver Productos
|
||||
</a>
|
||||
<!--
|
||||
<a href="/IMPORTADORES/productos_frecuentes/importacion_csv"
|
||||
class="nav-link px-3 py-1 <?= str_contains($_SERVER['REQUEST_URI'], '/productos_frecuentes/importacion_csv') ? 'active' : '' ?>">
|
||||
• Importación Masiva CSV
|
||||
</a>
|
||||
-->
|
||||
</nav>
|
||||
</div>
|
||||
|
||||
@@ -364,12 +366,14 @@
|
||||
</a>
|
||||
<a href="/IMPORTADORES/productos_frecuentes/editar"
|
||||
class="nav-link px-3 py-1 <?= str_contains($_SERVER['REQUEST_URI'], '/productos_frecuentes/editar') ? 'active' : '' ?>">
|
||||
• Editar Producto
|
||||
• Ver Productos
|
||||
</a>
|
||||
<!--
|
||||
<a href="/IMPORTADORES/productos_frecuentes/importacion_csv"
|
||||
class="nav-link px-3 py-1 <?= str_contains($_SERVER['REQUEST_URI'], '/productos_frecuentes/importacion_csv') ? 'active' : '' ?>">
|
||||
• Importación Masiva CSV
|
||||
</a>
|
||||
-->
|
||||
</nav>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user