Skip to content
Snippets Groups Projects
Commit fecd213b authored by Florian Henry's avatar Florian Henry
Browse files

FIX: display error on extrafields on ficheinter

parent bb0de1dc
Branches
No related tags found
No related merge requests found
...@@ -867,6 +867,7 @@ else if ($action == 'update_extras') ...@@ -867,6 +867,7 @@ else if ($action == 'update_extras')
if ($result < 0) if ($result < 0)
{ {
$error++; $error++;
setEventMessage($object->error,'errors');
} }
} }
else if ($reshook < 0) $error++; else if ($reshook < 0) $error++;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment