feat: refs #8071 travel_weeklyClone
gitea/salix/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Robert Ferrús 2024-10-02 13:39:10 +02:00
parent 5b75ffdbba
commit 06296e7bd5
1 changed files with 3 additions and 1 deletions

View File

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