fix side bar toggle

This commit is contained in:
amazuecos
2025-04-20 23:03:45 +02:00
parent f2ea93ddb6
commit 5eaa5fea0b
5 changed files with 46 additions and 4 deletions

View File

@ -443,4 +443,7 @@ class Ordentrabajo extends BaseController
$color = $this->produccionService->init($orden_trabajo_id)->getOtColorStatus();
return $this->response->setJSON(["color" => $color]);
}
public function maquinista_maquinas_view(){}
public function maquinista_colas_view(){}
}