FIX: shipping card: missing user error messages when classifying closed or billed

This commit is contained in:
Marc de Lima Lucio 2019-09-27 11:00:17 +02:00
parent 64c53e2e85
commit 13f5decdf7

View File

@ -552,6 +552,7 @@ if (empty($reshook))
header('Location: ' . $_SERVER["PHP_SELF"] . '?id=' . $object->id);
exit();
}
setEventMessages($object->error, $object->errors, 'errors');
}
elseif ($action == 'classifyclosed')
@ -562,6 +563,7 @@ if (empty($reshook))
header('Location: ' . $_SERVER["PHP_SELF"] . '?id=' . $object->id);
exit();
}
setEventMessages($object->error, $object->errors, 'errors');
}
/*