BugFix: barcodes were not reset while copying to another month

This commit is contained in:
2024-02-29 08:55:38 +01:00
parent f2832d9f10
commit 78f8d1e1c3

View File

@@ -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);