7953-devToTest_2438 #693

Merged
alexm merged 328 commits from 7953-devToTest_2438 into test 2024-09-10 08:31:29 +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"