terminada revision de pedidos

This commit is contained in:
2025-03-28 00:52:49 +01:00
parent 0e91105f68
commit 33ce64df0f
20 changed files with 960 additions and 806 deletions

View File

@ -61,9 +61,9 @@ class OrdenTrabajoDate extends Model
// Callbacks
protected $allowCallbacks = true;
protected $beforeInsert = [];
protected $afterInsert = ["updateOrdenTrabajoUser"];
protected $afterInsert = [];
protected $beforeUpdate = [];
protected $afterUpdate = ["updateOrdenTrabajoUser"];
protected $afterUpdate = [];
protected $beforeFind = [];
protected $afterFind = [];
protected $beforeDelete = [];