Adjusted reporting summary columns to correct area.

This commit is contained in:
Patrick Fic
2020-11-06 08:17:52 -08:00
parent 83f7188822
commit de7df6bf16

View File

@@ -176,13 +176,13 @@ export function ReportingJobsListMolecule({
<Table.Summary.Cell index={2}></Table.Summary.Cell>
<Table.Summary.Cell index={3}></Table.Summary.Cell>
<Table.Summary.Cell index={4}></Table.Summary.Cell>
<Table.Summary.Cell index={5}>
<Table.Summary.Cell index={5}></Table.Summary.Cell>
<Table.Summary.Cell index={6}>
{scoreCard && scoreCard.allJobsSumDbPrice.toFormat()}
</Table.Summary.Cell>
<Table.Summary.Cell index={6}>
<Table.Summary.Cell index={7}>
{scoreCard && scoreCard.allJobsSumActPrice.toFormat()}
</Table.Summary.Cell>
<Table.Summary.Cell index={7}></Table.Summary.Cell>
<Table.Summary.Cell index={8}></Table.Summary.Cell>
</Table.Summary.Row>
)}