IO-1000 IO-1014 IO-1002 IO-1005 Minor label fixes.
This commit is contained in:
@@ -42,7 +42,7 @@ export default function JobTotalsTableOther({ job }) {
|
||||
|
||||
const columns = [
|
||||
{
|
||||
//title: t("joblines.fields.part_type"),
|
||||
title: t("general.labels.item"),
|
||||
dataIndex: "key",
|
||||
key: "key",
|
||||
sorter: (a, b) => alphaSort(a.key, b.key),
|
||||
@@ -82,7 +82,7 @@ export default function JobTotalsTableOther({ job }) {
|
||||
<strong>{t("jobs.labels.additionaltotal")}</strong>
|
||||
</Table.Summary.Cell>
|
||||
|
||||
<Table.Summary.Cell>
|
||||
<Table.Summary.Cell align="right">
|
||||
<strong>
|
||||
{Dinero(job.job_totals.additional.total).toFormat()}
|
||||
</strong>
|
||||
@@ -93,7 +93,7 @@ export default function JobTotalsTableOther({ job }) {
|
||||
<strong>{t("jobs.labels.subletstotal")}</strong>
|
||||
</Table.Summary.Cell>
|
||||
|
||||
<Table.Summary.Cell>
|
||||
<Table.Summary.Cell align="right">
|
||||
<strong>
|
||||
{Dinero(job.job_totals.parts.sublets.total).toFormat()}
|
||||
</strong>
|
||||
|
||||
@@ -74,7 +74,7 @@ export default function JobTotalsTableParts({ job }) {
|
||||
<strong>{t("jobs.labels.partstotal")}</strong>
|
||||
</Table.Summary.Cell>
|
||||
|
||||
<Table.Summary.Cell>
|
||||
<Table.Summary.Cell align="right">
|
||||
<strong>
|
||||
{Dinero(job.job_totals.parts.parts.total).toFormat()}
|
||||
</strong>
|
||||
|
||||
Reference in New Issue
Block a user