From 60554fd4799f2408613317ed64480bbbc6d99ef9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaime=20Jim=C3=A9nez?= Date: Tue, 18 Mar 2025 20:21:46 +0100 Subject: [PATCH] =?UTF-8?q?cambiado=20breadcrumb=20y=20titulo=20de=20la=20?= =?UTF-8?q?p=C3=A1gina?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ci4/app/Controllers/Presupuestos/Importadorpresupuestos.php | 3 +-- .../presupuestos/importador/viewImportadorPresupuestos.php | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/ci4/app/Controllers/Presupuestos/Importadorpresupuestos.php b/ci4/app/Controllers/Presupuestos/Importadorpresupuestos.php index da96561c..e51f7437 100644 --- a/ci4/app/Controllers/Presupuestos/Importadorpresupuestos.php +++ b/ci4/app/Controllers/Presupuestos/Importadorpresupuestos.php @@ -32,8 +32,7 @@ class Importadorpresupuestos extends \App\Controllers\BaseResourceController // Breadcrumbs $this->viewData['breadcrumb'] = [ - ['title' => lang("App.menu_presupuestos"), 'route' => "javascript:void(0);", 'active' => false], - ['title' => "Listado", 'route' => site_url('presupuestocliente/list'), 'active' => true] + ['title' => 'Importador de presupuestos', 'route' => "javascript:void(0);", 'active' => false] ]; $this->messageService = service('messages'); diff --git a/ci4/app/Views/themes/vuexy/form/presupuestos/importador/viewImportadorPresupuestos.php b/ci4/app/Views/themes/vuexy/form/presupuestos/importador/viewImportadorPresupuestos.php index e00d8c92..c4ca1e37 100644 --- a/ci4/app/Views/themes/vuexy/form/presupuestos/importador/viewImportadorPresupuestos.php +++ b/ci4/app/Views/themes/vuexy/form/presupuestos/importador/viewImportadorPresupuestos.php @@ -11,7 +11,7 @@
-

+

Importador de Presupuestos desde el ERP antiguo