feat: show attachment filenames in claims and payments tables

This commit is contained in:
Gitead
2026-04-18 11:46:14 -04:00
parent 37a0568b5e
commit 14c534d57d
4 changed files with 50 additions and 0 deletions

View File

@@ -87,6 +87,7 @@ export type PaymentWithExtras = Prisma.PaymentGetPayload<{
claim: {
include: {
serviceLines: true;
claimFiles: true;
};
};
serviceLines: true; // ✅ OCR-only service lines directly under Payment