From 19e81a6c25e864b45e0a768ce80d469b0abf1024 Mon Sep 17 00:00:00 2001 From: imnavajas Date: Sat, 14 Sep 2024 09:26:46 +0200 Subject: [PATCH] =?UTF-8?q?A=C3=B1adido=20boton=20imprimir=20en=20presupue?= =?UTF-8?q?sto=20cliente,=20tanto=20en=20presupuestos=20confirmados=20como?= =?UTF-8?q?=20no?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../cliente/viewPresupuestoclienteForm.php | 25 ++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/ci4/app/Views/themes/vuexy/form/presupuestos/cliente/viewPresupuestoclienteForm.php b/ci4/app/Views/themes/vuexy/form/presupuestos/cliente/viewPresupuestoclienteForm.php index e00f7d09..9f60c8f8 100644 --- a/ci4/app/Views/themes/vuexy/form/presupuestos/cliente/viewPresupuestoclienteForm.php +++ b/ci4/app/Views/themes/vuexy/form/presupuestos/cliente/viewPresupuestoclienteForm.php @@ -174,7 +174,19 @@ Duplicar - + id), + lang("Basic.global.Print"), + [ + "class" => "btn btn-dark float-start me-sm-3 ml-2", + "target" => "_blank" + ] + ); + } + ?> @@ -218,6 +230,17 @@ Duplicar + id), + lang("Basic.global.Print"), + [ + "class" => "btn btn-dark float-start me-sm-3 ml-2", + "target" => "_blank" + ] + ); + ?>