From 11ed1687a29ab204bebec11d2a27a86649d384a1 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Tue, 29 Mar 2022 17:43:38 +0000 Subject: [PATCH] --- ayanova/src/views/adm-import.vue | 6 ++++++ 1 file changed, 6 insertions(+) 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;