Merge branch 'mod/presupuesto_pdf' into 'main'

Mod/presupuesto pdf

See merge request jjimenez/safekat!135
This commit is contained in:
Ignacio Martinez Navajas
2024-01-19 09:47:02 +00:00
10 changed files with 318 additions and 147 deletions

View File

@ -279,6 +279,7 @@ class Cosidotapablanda extends \App\Controllers\GoBaseResourceController
endif; // ($requestMethod === 'post')
$this->viewData['presupuestoId'] = $id;
$this->viewData['presupuestoEntity'] = $presupuestoEntity;
$this->viewData['isCosido'] = (new TipoPresupuestoModel())->get_isCosido($presupuestoEntity->tipo_impresion_id);