IO-1041 Adjustments on time ticket enter modal.

This commit is contained in:
Patrick Fic
2021-05-07 15:57:29 -07:00
parent b2c1c8d184
commit 4bf392b2fb
3 changed files with 12 additions and 2 deletions

View File

@@ -91,6 +91,7 @@ export function LaborAllocationsTable({
jobId={jobId}
adjustments={adjustments}
mod_lbr_ty={record.opcode}
refetchQueryNames={["GET_LINE_TICKET_BY_PK"]}
>
<EditFilled />
</LaborAllocationsAdjustmentEdit>
@@ -122,7 +123,6 @@ export function LaborAllocationsTable({
setState({ ...state, filteredInfo: filters, sortedInfo: sorter });
};
console.log("totals :>> ", totals);
return (
<Card title={t("jobs.labels.laborallocations")}>
<Table