diff --git a/ayanova/src/views/adm-import.vue b/ayanova/src/views/adm-import.vue index ee635c88..dbda9051 100644 --- a/ayanova/src/views/adm-import.vue +++ b/ayanova/src/views/adm-import.vue @@ -464,6 +464,12 @@ function cleanData(dat, atype) { ] ); break; + case window.$gz.type.PartInventory: + allowedProps.push( + ...["Description", "PartViz", "PartWarehouseViz", "Quantity"] + ); + break; + case window.$gz.type.PartWarehouse: allowedProps.push(...["Name", "Active", "Notes", "Wiki", "Tags"]); break;