7631_testToMaster_2426 #480

Merged
alexm merged 390 commits from 7631_testToMaster_2426 into master 2024-06-25 06:40:05 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 68213721a7 - Show all commits

View File

@ -55,7 +55,7 @@ const params = reactive({});
const arrayData = useArrayData('ItemFixedPrices', {
url: 'FixedPrices/filter',
userParams: params,
order: ['itemFk'],
order: ['name ASC'],
exprBuilder: exprBuilder,
});
const store = arrayData.store;