Promote dev → uat: ARIA modal fix + tip split atomicity #335

Merged
the-dogfather-cto[bot] merged 8 commits from dev into uat 2026-04-17 22:58:00 +00:00
Showing only changes of commit 2153505875 - Show all commits
+1
View File
@@ -363,6 +363,7 @@ invoicesRouter.patch(
}
// Destructure tipSplits out — it belongs to a separate table, not the invoices column
// eslint-disable-next-line @typescript-eslint/no-unused-vars
const { tipSplits: _tipSplits, ...updateBody } = body as Record<string, unknown>;
const update: Record<string, unknown> = { ...updateBody, updatedAt: new Date() };