IO-1258 Update reconciliation on posting bill

This commit is contained in:
Patrick Fic
2021-07-13 12:30:12 -07:00
parent 9fd23e9181
commit ae9ca0ac3b

View File

@@ -81,6 +81,7 @@ function BillEnterModalContainer({
},
],
},
refetchQueries: ["QUERY_PARTS_BILLS_BY_JOBID"],
});
console.log("adjustmentsToInsert", adjustmentsToInsert);
const adjKeys = Object.keys(adjustmentsToInsert);