refs #6697 fix claimQuantity #317
No reviewers
Labels
No Milestone
No Assignees
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix-front#317
Loading…
Reference in New Issue
No description provided.
Delete Branch "6697-changeClaimQuantity"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -21,3 +21,3 @@
const arrayData = useArrayData('ClaimLines');
const store = arrayData.store;
let claimedDefault = 0;
Esta variable no se gasta mai
@ -79,6 +79,7 @@ const columns = computed(() => [
label: t('Claimed'),
field: (row) => row.quantity,
sortable: true,
default: 0,
Aixina i jau?? El valor per defecte no venia des de salix al crear la reclamacio??? 🤔
New commits pushed, approval review dismissed automatically according to repository settings