Puliendo presupuesto

This commit is contained in:
imnavajas
2024-01-18 19:41:46 +01:00
parent b62a5d1b9a
commit bbea1465af
6 changed files with 62 additions and 29 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);