#5447 changed warehouse out filter #397

Merged
jon merged 20 commits from 5447-travelExtraCommunity into dev 2024-06-28 12:57:03 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit aa945df5f9 - Show all commits

View File

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