From 8f686ca7a51fd09d9ebf276a64f7007fb40121d3 Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Sat, 25 Apr 2026 18:52:20 +0000 Subject: [PATCH] Changes Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com> --- src/routes/reports.index.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/routes/reports.index.tsx b/src/routes/reports.index.tsx index 6b3f997..2f400f9 100644 --- a/src/routes/reports.index.tsx +++ b/src/routes/reports.index.tsx @@ -456,6 +456,8 @@ function ExpenseReport() { case_label: c ? `${c.case_number} — ${c.title}` : "—", user_name: profMap[e.user_id] || "—", description: e.description || "", + quantity: Number(e.quantity ?? 1), + unit_price: Number(e.unit_price ?? e.amount ?? 0), amount: Number(e.amount || 0), billable: !!e.billable, };