modificando las cosas

This commit is contained in:
2024-06-06 12:00:44 +02:00
parent 5ee6a2c97e
commit db3ada3830
3 changed files with 194 additions and 148 deletions

View File

@ -108,6 +108,7 @@ class Presupuestocliente extends \App\Controllers\BaseResourceController
$datosPresupuesto->tapa = 'blanda';
$datosPresupuesto->clienteList = $this->getClienteListItems($presupuestoEntity->cliente_id ?? null);
$presupuestoEntity->estado = 1;
$this->viewData['formAction'] = route_to('crearPresupuestoCliente');