8231_testToMaster_2448 #997

Merged
alexm merged 400 commits from 8231_testToMaster_2448 into master 2024-11-26 06:28:29 +00:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 2ef56f9f97 - Show all commits

View File

@ -292,6 +292,7 @@ const upsertPrice = async ({ row, col, rowIndex }, resetMinPrice = false) => {
ref="tableRef"
data-key="ItemFixedPrices"
url="FixedPrices/filter"
save-url="FixedPrices/crud"
:filter="{ where: { warehouseFk: user.warehouseFk } }"
:create="{
urlCreate: 'PriceFixed',