Jobs table updates for missing CIECA fields.
This commit is contained in:
@@ -170,7 +170,11 @@ export default function JobsDetailFinancials({ job }) {
|
||||
initialValue: job.rate_matd
|
||||
})(<InputNumber name="rate_matd" />)}
|
||||
</Form.Item>
|
||||
|
||||
<Form.Item label={t("jobs.fields.rate_laa")}>
|
||||
{getFieldDecorator("rate_laa", {
|
||||
initialValue: job.rate_laa
|
||||
})(<InputNumber name="rate_laa" />)}
|
||||
</Form.Item>
|
||||
|
||||
</div>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user