Merge pull request #11971 from ATM-Marc/FIX_8.0_shipping_errors

FIX: shipping card: missing user error messages when classifying closed or billed
This commit is contained in:
Laurent Destailleur 2019-09-27 11:56:43 +02:00 committed by GitHub
commit de11801792
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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');
}
/*