From 30a75c63ce2c562cf30082f7bb959ed2abce4f69 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Tue, 29 Mar 2022 15:49:15 +0000 Subject: [PATCH] --- ayanova/src/views/adm-import.vue | 33 ++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/ayanova/src/views/adm-import.vue b/ayanova/src/views/adm-import.vue index 5c0bcb6f..ee635c88 100644 --- a/ayanova/src/views/adm-import.vue +++ b/ayanova/src/views/adm-import.vue @@ -574,6 +574,39 @@ function cleanData(dat, atype) { ] ); break; + case window.$gz.type.Vendor: + allowedProps.push( + ...[ + "Name", + "Active", + "Notes", + "Wiki", + "Tags", + "Contact", + "ContactNotes", + "AlertNotes", + "WebAddress", + "AccountNumber", + "Phone1", + "Phone2", + "Phone3", + "Phone4", + "Phone5", + "EmailAddress", + "PostAddress", + "PostCity", + "PostRegion", + "PostCountry", + "PostCode", + "Address", + "City", + "Region", + "Country", + "Latitude", + "Longitude" + ] + ); + break; } //Strip out any records that have fields not on our allowed list