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

This commit is contained in:
Robert Ferrús 2024-10-28 14:36:10 +01:00
parent 994b562823
commit f05b6a46b0
1 changed files with 1 additions and 1 deletions

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;