Resolve bill update error.

This commit is contained in:
Patrick Fic
2022-02-14 13:02:54 -08:00
parent 520b61706f
commit dc77930950

View File

@@ -108,7 +108,7 @@ export function BillDetailEditcontainer({
);
billlines.forEach((billline) => {
const { deductedfromlbr, ...il } = billline;
const { deductedfromlbr, jobline, ...il } = billline;
delete il.__typename;
if (il.id) {