Changes
Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
co-authored by
renee-png
parent
1ba96ce433
commit
d6076097a4
@@ -207,6 +207,7 @@ function InvoiceDetail() {
|
||||
status: invoice.status,
|
||||
notes: invoice.notes,
|
||||
matter: groups.length === 1 ? (groups[0].caseRow?.title ?? null) : null,
|
||||
caseNumber: groups.length === 1 ? (groups[0].caseRow?.case_number ?? null) : null,
|
||||
},
|
||||
groups: groups.map((g) => ({
|
||||
caseNumber: g.caseRow?.case_number ?? "—",
|
||||
|
||||
Reference in New Issue
Block a user