From 802dd696f453118470b2945633adb53bd6e180d8 Mon Sep 17 00:00:00 2001 From: Patrick Fic Date: Thu, 19 Oct 2023 09:20:29 -0700 Subject: [PATCH] IO-2418 Adjust latest bill amount --- .../job-lines-bill-reference.component.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/components/job-lines-bill-reference/job-lines-bill-reference.component.jsx b/client/src/components/job-lines-bill-reference/job-lines-bill-reference.component.jsx index 7866d88fa..e3b2ea5ae 100644 --- a/client/src/components/job-lines-bill-reference/job-lines-bill-reference.component.jsx +++ b/client/src/components/job-lines-bill-reference/job-lines-bill-reference.component.jsx @@ -8,7 +8,7 @@ export default function JobLinesBillRefernece({ jobline }) { return (
{subletRequired && } - {`${(billLine.actual_price * billLine.quantity).toFixed(2)} (${ + {`${billLine.actual_price.toFixed(2)} x ${billLine.quantity} (${ billLine.bill.vendor.name } #${billLine.bill.invoice_number})`}