feat: show attachment filenames in claims and payments tables
This commit is contained in:
@@ -87,6 +87,7 @@ export type PaymentWithExtras = Prisma.PaymentGetPayload<{
|
||||
claim: {
|
||||
include: {
|
||||
serviceLines: true;
|
||||
claimFiles: true;
|
||||
};
|
||||
};
|
||||
serviceLines: true; // ✅ OCR-only service lines directly under Payment
|
||||
|
||||
Reference in New Issue
Block a user