refs #7217 Modify error message
gitea/salix/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Ivan Mas 2024-05-17 09:53:17 +02:00
parent 4bf36f2655
commit db28bf335e
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ BEGIN
* @param vSelf The travel id
*/
IF NOT travel_hasUniqueAwb(vSelf) THEN
CALL util.throw('The AWB is wrong; a different AWB is in the entries');
CALL util.throw('The AWB is wrong. A different AWB is in the entries');
END IF;
END$$
DELIMITER ;