From 98526b196df2258c108c041ec450093e16995181 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Mon, 28 Mar 2022 21:20:18 +0000 Subject: [PATCH] --- ayanova/src/views/adm-import.vue | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/ayanova/src/views/adm-import.vue b/ayanova/src/views/adm-import.vue index 99ef7503..9e1ae70f 100644 --- a/ayanova/src/views/adm-import.vue +++ b/ayanova/src/views/adm-import.vue @@ -469,6 +469,22 @@ function cleanData(dat, atype) { ] ); break; + case window.$gz.type.ServiceRate: + allowedProps.push( + ...[ + "Name", + "Active", + "Notes", + "Wiki", + "Tags", + "AccountNumber", + "Cost", + "Charge", + "Unit", + "ContractOnly" + ] + ); + break; } //Strip out any records that have fields not on our allowed list