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

This commit is contained in:
Ivan Mas 2024-05-24 10:21:35 +02:00
parent 8b6844b9f0
commit 7e22e19e62
1 changed files with 2 additions and 2 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');
END IF;
CALL util.throw('A different AWB is found in the entries');
END IF;
END$$
DELIMITER ;