7383-testToMaster #370

Merged
alexm merged 365 commits from 7383-testToMaster into master 2024-05-14 05:46:56 +00:00
1 changed files with 2 additions and 1 deletions
Showing only changes of commit cd49ebe7a6 - Show all commits

View File

@ -20,7 +20,7 @@ const { t } = useI18n();
const stateStore = useStateStore();
const arrayData = useArrayData('ClaimLines');
const store = arrayData.store;
let claimedDefault = 0;
const claimFilter = {
fields: ['ticketFk'],
};
@ -79,6 +79,7 @@ const columns = computed(() => [
label: t('Claimed'),
field: (row) => row.quantity,
sortable: true,
default: 0,
},
{
name: 'description',