This commit is contained in:
parent
994b562823
commit
f05b6a46b0
|
@ -72,7 +72,7 @@ BEGIN
|
|||
SET evaNotes = vEvaNotes
|
||||
WHERE id = vNewEntryFk;
|
||||
|
||||
CALL vn.buy_recalcPricesByEntry(vNewEntryFk);
|
||||
CALL buy_recalcPricesByEntry(vNewEntryFk);
|
||||
END LOOP;
|
||||
|
||||
SET @isModeInventory = FALSE;
|
||||
|
|
Loading…
Reference in New Issue