mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
Falta testear funcionamiento completo. Edit no funciona
This commit is contained in:
@ -388,10 +388,10 @@
|
||||
/**
|
||||
* MENU PROVEEDORES
|
||||
*/
|
||||
if (count(getArrayItem($menus, 'name', 'Proveedor')) > 0): ?>
|
||||
<!-- Providers -->
|
||||
if (count(getArrayItem($menus, 'name', 'Proveedores')) > 0): ?>
|
||||
<!-- Providers -->
|
||||
<li class="menu-item">
|
||||
<a href="<?= site_url("proveedores/proveedor") ?>" class="menu-link">
|
||||
<a href="<?= site_url("compras/proveedores") ?>" class="menu-link">
|
||||
<i class="menu-icon tf-icons ti ti-file-dollar"></i>
|
||||
<div data-i18n="<?= lang("App.menu_proveedores") ?>"><?= lang("App.menu_proveedores") ?></div>
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user