mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
credito
This commit is contained in:
@ -121,10 +121,10 @@ class ProductionService extends BaseService
|
||||
"total_tirada" => $this->pedido->total_tirada,
|
||||
"total_precio" => $this->pedido->total_precio
|
||||
];
|
||||
$ot_id = $this->otModel->insert($data);
|
||||
$this->init($ot_id);
|
||||
// $this->storeOrdenTrabajoUsers();
|
||||
// $this->storeOrdenTrabajoDates();
|
||||
$id = $this->otModel->insert($data);
|
||||
$this->init($id);
|
||||
$this->storeOrdenTrabajoUsers();
|
||||
$this->storeOrdenTrabajoDates();
|
||||
$this->storeAllTareas();
|
||||
return $this->ot;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user