8144-devToTest_2448 #3216

Merged
alexm merged 256 commits from 8144-devToTest_2448 into test 2024-11-19 07:36:04 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit f05b6a46b0 - Show all commits

View File

@ -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;