Changes
Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
co-authored by
renee-png
parent
b3c09ae9d0
commit
89ec7d99e7
@@ -510,6 +510,8 @@ function InvoiceDetail() {
|
||||
<div className="space-y-4">
|
||||
<Card className="border-border/60">
|
||||
<CardContent className="p-5 space-y-2 text-sm">
|
||||
<Row label="Fees subtotal" value={formatCurrency(feesSubtotal)} />
|
||||
<Row label="Expenses subtotal" value={formatCurrency(expensesSubtotal)} />
|
||||
<Row label="Subtotal" value={formatCurrency(invoice.subtotal)} />
|
||||
<div className="flex justify-between items-center">
|
||||
<span className="text-muted-foreground">Tax</span>
|
||||
|
||||
Reference in New Issue
Block a user