This commit is contained in:
parent
8b6844b9f0
commit
7e22e19e62
|
@ -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 ;
|
Loading…
Reference in New Issue