This commit is contained in:
parent
4bf36f2655
commit
db28bf335e
|
@ -8,7 +8,7 @@ BEGIN
|
||||||
* @param vSelf The travel id
|
* @param vSelf The travel id
|
||||||
*/
|
*/
|
||||||
IF NOT travel_hasUniqueAwb(vSelf) THEN
|
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 IF;
|
||||||
END$$
|
END$$
|
||||||
DELIMITER ;
|
DELIMITER ;
|
Loading…
Reference in New Issue