diff --git a/ayanova/src/views/adm-import.vue b/ayanova/src/views/adm-import.vue index 9e1ae70f..89f26aed 100644 --- a/ayanova/src/views/adm-import.vue +++ b/ayanova/src/views/adm-import.vue @@ -485,6 +485,22 @@ function cleanData(dat, atype) { ] ); break; + case window.$gz.type.TravelRate: + 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