Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-04-26 08:37:17 +00:00
co-authored by renee-png
parent 04223aa60e
commit 5e74625244
+9
View File
@@ -1075,6 +1075,15 @@ export function CollectionDetail({
userId={user?.id}
onSaved={() => { load(); onChange(); }}
/>
<LedgerTemplateDialog
open={tplOpen}
onOpenChange={setTplOpen}
collectionId={collection.id}
caseId={collection.case_id}
currentEntries={entries}
onApplied={() => { load(); onChange(); }}
/>
</div>
);
}