From 9bec30273667ec5cb078e27cad4d7dd9856477bd Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Thu, 5 Aug 2021 14:01:36 +0000 Subject: [PATCH] --- ayanova/src/api/open-object-handler.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/ayanova/src/api/open-object-handler.js b/ayanova/src/api/open-object-handler.js index d9a2842c..cfba3051 100644 --- a/ayanova/src/api/open-object-handler.js +++ b/ayanova/src/api/open-object-handler.js @@ -106,7 +106,6 @@ export default { case ayatype.QuoteItemLoan: case ayatype.QuoteItemOutsideService: case ayatype.QuoteItemPart: - case ayatype.QuoteItemPartRequest: case ayatype.QuoteItemScheduledUser: case ayatype.QuoteItemTask: case ayatype.QuoteItemTravel: @@ -152,7 +151,6 @@ export default { case ayatype.PMItemLoan: case ayatype.PMItemOutsideService: case ayatype.PMItemPart: - case ayatype.PMItemPartRequest: case ayatype.PMItemScheduledUser: case ayatype.PMItemTask: case ayatype.PMItemTravel: