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