mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
Al crear un presupuesto hay que fijar el user_update_id. FIXED
This commit is contained in:
@ -519,6 +519,7 @@ class PresupuestoModel extends \App\Models\BaseModel
|
||||
/* Inserccion */
|
||||
else {
|
||||
$fields['user_created_id'] = auth()->id();
|
||||
$fields['user_update_id'] = auth()->id();
|
||||
$this->db->table($this->table)->insert($fields);
|
||||
return $this->db->insertID();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user