Compare commits

..

No commits in common. "5a9d254396a20ca3641141f21d587ec3b0c4351b" and "6bf186ca661f7c9ce4677287280c7c20c4c6ecb3" have entirely different histories.

1 changed files with 1 additions and 3 deletions

View File

@ -71,8 +71,6 @@ BEGIN
UPDATE entry UPDATE entry
SET evaNotes = vEvaNotes SET evaNotes = vEvaNotes
WHERE id = vNewEntryFk; WHERE id = vNewEntryFk;
CALL buy_recalcPricesByEntry(vNewEntryFk);
END LOOP; END LOOP;
SET @isModeInventory = FALSE; SET @isModeInventory = FALSE;