diff --git a/ci4/app/Controllers/Configuracion/ConfigErrores.php b/ci4/app/Controllers/Configuracion/ConfigErrores.php index 9014a37a..a47eb8b0 100644 --- a/ci4/app/Controllers/Configuracion/ConfigErrores.php +++ b/ci4/app/Controllers/Configuracion/ConfigErrores.php @@ -35,7 +35,8 @@ class ConfigErrores extends BaseResourceController public function viewForm(int $error_presupuesto_id) { $this->errorPresupuestoModel->update($error_presupuesto_id, [ - "last_user_id" => auth()->user()->id + "last_user_id" => auth()->user()->id, + "visto" => true, ]); return view(static::$viewPath . 'viewErrorPresupuestoForm', ["error_presupuesto_id" => $error_presupuesto_id]); }