From a05c717c9fbc16d8c047b30055ba4199a5087cf3 Mon Sep 17 00:00:00 2001 From: imnavajas Date: Mon, 8 Jan 2024 09:02:21 +0100 Subject: [PATCH] Resuelto el bug de POD en el add --- ci4/app/Controllers/Presupuestos/Cosidotapablanda.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci4/app/Controllers/Presupuestos/Cosidotapablanda.php b/ci4/app/Controllers/Presupuestos/Cosidotapablanda.php index 51521292..df1594fb 100755 --- a/ci4/app/Controllers/Presupuestos/Cosidotapablanda.php +++ b/ci4/app/Controllers/Presupuestos/Cosidotapablanda.php @@ -153,8 +153,8 @@ class Cosidotapablanda extends \App\Controllers\GoBaseResourceController $this->viewData['incReiList'] = array('incidencia' => lang('Presupuestos.incidencia'), 'reimpresion' => lang('Presupuestos.reimpresion'), 'sin_cargo' => lang('Presupuestos.sinCargo')); $this->viewData['paisList'] = $this->getPaisListItems(); $this->viewData['papelFormatoList'] = $this->getPapelFormatoListItems($presupuestoEntity->papel_formato_id ?? null); - - + + $this->viewData['POD'] = $this->getPOD(); $this->viewData['formAction'] = route_to('createCosidotapablanda');