Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-04-17 02:46:46 +00:00
co-authored by renee-png
parent 38c6f72bd2
commit 7e5e179b93
2 changed files with 8 additions and 1 deletions
+4
View File
@@ -26,6 +26,7 @@ import {
DialogTitle,
} from "@/components/ui/dialog";
import { CollectionDetail } from "@/components/cases/collections-tab";
import { PaymentPlansPanel } from "@/components/collections/payment-plans-panel";
import { formatDate } from "@/lib/format";
import {
ArrowLeft,
@@ -428,6 +429,9 @@ function CollectionDetailRoute() {
</CardContent>
</Card>
{/* Payment plans */}
<PaymentPlansPanel collectionId={collection.id} />
{/* Ledger */}
<CollectionDetail
collection={collection}