Resuelto el bug de POD en el add

This commit is contained in:
imnavajas
2024-01-08 09:02:21 +01:00
parent 95ab901367
commit a05c717c9f

View File

@ -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');