fix update pedido espera update

This commit is contained in:
amazuecos
2025-04-15 19:39:07 +02:00
parent 10e18d60e4
commit c6db000057
5 changed files with 42 additions and 9 deletions

View File

@ -147,6 +147,8 @@ class Ordentrabajo extends BaseController
];
$this->viewData["modelId"] = $orden_trabajo_id;
$this->produccionService->init($orden_trabajo_id);
$this->produccionService->reInsertOrdenTrabajoDates();
$this->produccionService->reInsertOrdenTrabajoUsers();
$this->viewData["presupuesto"] = $this->produccionService->getPresupuesto();
$this->viewData["cliente"] = $this->produccionService->getCliente();
$this->viewData["ot"] = $this->produccionService->getOrdenTrabajo();