BOD-62 WIP total calculations. PST rates is still missing.
This commit is contained in:
@@ -48,7 +48,6 @@ export default function JobsDetailFinancials({ job }) {
|
||||
<InputNumber />
|
||||
</Form.Item>
|
||||
<Divider />
|
||||
Totals Table
|
||||
<Form.Item
|
||||
label={t("jobs.fields.labor_rate_desc")}
|
||||
name='labor_rate_desc'>
|
||||
@@ -125,7 +124,7 @@ export default function JobsDetailFinancials({ job }) {
|
||||
<InputNumber />
|
||||
</Form.Item>
|
||||
</Col>
|
||||
<Col offset={2} span={10}>
|
||||
<Col offset={1} span={12}>
|
||||
<JobTotalsTableContainer jobId={job.id} />
|
||||
</Col>
|
||||
</Row>
|
||||
|
||||
Reference in New Issue
Block a user