diff --git a/app/lib/actions/monthActions.ts b/app/lib/actions/monthActions.ts index 03dcea8..b8fc6b4 100644 --- a/app/lib/actions/monthActions.ts +++ b/app/lib/actions/monthActions.ts @@ -52,7 +52,8 @@ export const addMonth = withUser(async (user:AuthenticatedUser, { year, month }: paid: false, attachment: null, notes: null, - payedAmount: null + payedAmount: null, + barcodeImage: undefined, } as Bill }) } as BillingLocation);