This commit is contained in:
parent
391ec435ac
commit
2e8d28d795
|
@ -47,6 +47,9 @@ BEGIN
|
|||
WHERE e.id = vEntryFk;
|
||||
|
||||
IF vIsMerchandise THEN
|
||||
IF vWarehouse IS NULL THEN
|
||||
CALL util.throw('The entry does not have travel');
|
||||
END IF;
|
||||
|
||||
REPLACE itemCost SET
|
||||
itemFk = vItemFk,
|
||||
|
|
Loading…
Reference in New Issue