Little change

This commit is contained in:
Marcos García de La Fuente 2016-04-23 13:44:43 +02:00
parent aa64266c2f
commit d98e50e661

View File

@ -241,7 +241,7 @@ if (empty($reshook))
$object->ref_supplier = GETPOST('ref_supplier', 'alpha');
if ($object->update() < 0) {
setEventMessage($object->error, 'errors');
setEventMessages($object->error, $object->errors, 'errors');
}
}