mirror of
https://github.com/felipegcoutinho/openmonetis.git
synced 2026-05-09 11:01:45 +00:00
fix(finance): preserve visibility and settlement updates
This commit is contained in:
@@ -705,6 +705,7 @@ export const updateBulkSchema = z.object({
|
||||
})
|
||||
.optional()
|
||||
.nullable(),
|
||||
isSettled: z.boolean().nullable().optional(),
|
||||
});
|
||||
|
||||
export type UpdateBulkInput = z.infer<typeof updateBulkSchema>;
|
||||
|
||||
Reference in New Issue
Block a user