#7671 - Fix minor bugs ItemFixedPrices #692

Merged
jsegarra merged 7 commits from 7671_dense_itemFixedPrices into dev 2024-09-10 05:19:47 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 9c86fd0ed5 - Show all commits

View File

@ -462,7 +462,7 @@ function handleOnDataSave({ CrudModelRef }) {
:default-save="false"
data-key="ItemFixedPrices"
url="FixedPrices/filter"
:order="['name ASC', 'itemFk DESC']"
:order="['itemFk ASC']"
save-url="FixedPrices/crud"
:user-params="{ warehouseFk: user.warehouseFk }"
ref="tableRef"