#7283 #7831 itemMigration #553

Merged
carlossa merged 77 commits from 7283-itemMigration into dev 2024-10-25 07:09:13 +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',