diff --git a/src/routes/reports.index.tsx b/src/routes/reports.index.tsx
index 2f400f9..ffd9590 100644
--- a/src/routes/reports.index.tsx
+++ b/src/routes/reports.index.tsx
@@ -534,6 +534,8 @@ function ExpenseReport() {
Case |
User |
Description |
+ Qty |
+ Unit |
Billable |
Amount |
@@ -545,6 +547,8 @@ function ExpenseReport() {
{r.case_label} |
{r.user_name} |
{r.description} |
+ {r.quantity} |
+ {formatCurrency(r.unit_price)} |
{r.billable ? "Yes" : "No"} |
{formatCurrency(r.amount)} |