mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
añadido mensaje en comentarios logistica para tirada flexible
This commit is contained in:
@ -1157,6 +1157,16 @@ class ProductionService extends BaseService
|
||||
$this->updateProgress();
|
||||
return $result;
|
||||
}
|
||||
|
||||
|
||||
public function updateOrdenTrabajoData($data)
|
||||
{
|
||||
$result = $this->otModel->where('id', $this->ot->id)
|
||||
->set($data['name'], $data[$data['name']])
|
||||
->update();
|
||||
return $result;
|
||||
}
|
||||
|
||||
public function emptyOrdenTrabajoDate(int $orden_trabajo_id, string $dateName)
|
||||
{
|
||||
$status = $this->otDate->where('orden_trabajo_id', $orden_trabajo_id)
|
||||
|
||||
Reference in New Issue
Block a user