Resolve bill update error.

This commit is contained in:
Patrick Fic
2022-02-14 13:02:54 -08:00
parent a2d54d5dd5
commit 62be2b0a0a

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) {