Added labor adjustments to allocations table. IO-570
This commit is contained in:
@@ -121,10 +121,13 @@ export default function TimeTicketModalComponent({
|
||||
<Input disabled />
|
||||
</Form.Item>
|
||||
</LayoutFormRow>
|
||||
<LaborAllocationsTable
|
||||
joblines={lineTicketData.joblines}
|
||||
timetickets={lineTicketData.timetickets}
|
||||
/>
|
||||
<Form.Item shouldUpdate>
|
||||
<LaborAllocationsTable
|
||||
jobId={form.getFieldValue("jobid")}
|
||||
joblines={lineTicketData.joblines}
|
||||
timetickets={lineTicketData.timetickets}
|
||||
/>
|
||||
</Form.Item>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user