refs #7217 create travel_throwAWBError #2465
|
@ -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');
|
||||
ivanm marked this conversation as resolved
Outdated
|
||||
END IF;
|
||||
END$$
|
||||
DELIMITER ;
|
Loading…
Reference in New Issue
Por que pones un ; ??
Creo que con
A different AWB is found in the entries
es suficiente, ya que si no hay redundancia.