IO-1066 IO-1073 Minor UI fixes.

This commit is contained in:
Patrick Fic
2021-05-10 16:51:33 -07:00
parent b8e5034a67
commit 15bf129b6e
9 changed files with 70 additions and 29 deletions

View File

@@ -110,7 +110,7 @@ export default function JobTotalsTableLabor({ job }) {
{(
job.job_totals.rates.mapa.hours +
job.job_totals.rates.mash.hours
).toFixed(2)}
).toFixed(1)}
</Table.Summary.Cell>
<Table.Summary.Cell align="right">
<strong>
@@ -126,7 +126,7 @@ export default function JobTotalsTableLabor({ job }) {
</CurrencyFormatter>
</Table.Summary.Cell>
<Table.Summary.Cell>
{job.job_totals.rates.mapa.hours.toFixed(2)}
{job.job_totals.rates.mapa.hours.toFixed(1)}
</Table.Summary.Cell>
<Table.Summary.Cell align="right">
{Dinero(job.job_totals.rates.mapa.total).toFormat()}
@@ -140,7 +140,7 @@ export default function JobTotalsTableLabor({ job }) {
</CurrencyFormatter>
</Table.Summary.Cell>
<Table.Summary.Cell>
{job.job_totals.rates.mash.hours.toFixed(2)}
{job.job_totals.rates.mash.hours.toFixed(1)}
</Table.Summary.Cell>
<Table.Summary.Cell align="right">
{Dinero(job.job_totals.rates.mash.total).toFormat()}