IO-1719 Add invoice number to job line
This commit is contained in:
@@ -10,7 +10,7 @@ export default function JobLinesBillRefernece({ jobline }) {
|
|||||||
{subletRequired && <WarningFilled />}
|
{subletRequired && <WarningFilled />}
|
||||||
{`${(billLine.actual_price * billLine.quantity).toFixed(2)} (${
|
{`${(billLine.actual_price * billLine.quantity).toFixed(2)} (${
|
||||||
billLine.bill.vendor.name
|
billLine.bill.vendor.name
|
||||||
})`}
|
} #${billLine.bill.invoice_number})`}
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -696,6 +696,7 @@ export const GET_JOB_BY_PK = gql`
|
|||||||
joblineid
|
joblineid
|
||||||
bill {
|
bill {
|
||||||
id
|
id
|
||||||
|
invoice_number
|
||||||
vendor {
|
vendor {
|
||||||
id
|
id
|
||||||
name
|
name
|
||||||
|
|||||||
Reference in New Issue
Block a user