BugFix: barcodes were not reset while copying to another month
This commit is contained in:
@@ -52,7 +52,8 @@ export const addMonth = withUser(async (user:AuthenticatedUser, { year, month }:
|
|||||||
paid: false,
|
paid: false,
|
||||||
attachment: null,
|
attachment: null,
|
||||||
notes: null,
|
notes: null,
|
||||||
payedAmount: null
|
payedAmount: null,
|
||||||
|
barcodeImage: undefined,
|
||||||
} as Bill
|
} as Bill
|
||||||
})
|
})
|
||||||
} as BillingLocation);
|
} as BillingLocation);
|
||||||
|
|||||||
Reference in New Issue
Block a user