feat(patietn tabular view modal) - redirect to payment-view added

This commit is contained in:
2025-10-09 05:39:02 +05:30
parent 64e338ba60
commit d685376d80
5 changed files with 375 additions and 81 deletions

View File

@@ -68,5 +68,5 @@ export type FinancialRow = {
total_due: number;
patient_name: string | null;
service_lines: any[];
payments: any[];
};
linked_payment_id?: number | null;
};