7525-devToTest #2542

Merged
alexm merged 231 commits from 7525-devToTest into test 2024-06-04 07:59:34 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit db28bf335e - Show all commits

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 ;