From f460d881dab05dc51ad5731dace1a6d290383456 Mon Sep 17 00:00:00 2001 From: snipe Date: Mon, 6 Mar 2023 14:27:53 -0800 Subject: [PATCH] Updated vue Signed-off-by: snipe --- resources/assets/js/components/importer/importer-file.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/assets/js/components/importer/importer-file.vue b/resources/assets/js/components/importer/importer-file.vue index eeeed7c722..8541f7c58d 100644 --- a/resources/assets/js/components/importer/importer-file.vue +++ b/resources/assets/js/components/importer/importer-file.vue @@ -161,6 +161,7 @@ {id: 'warranty_months', text: 'Warranty Months' }, {id: 'last_audit_date', text: 'Last Audit Date' }, {id: 'next_audit_date', text: 'Audit Date' }, + {id: 'byod', text: 'BYOD' }, ], consumables: [ {id: 'item_no', text: "Item Number"}, @@ -195,6 +196,7 @@ {id: 'country', text: 'Country' }, {id: 'zip', text: 'ZIP' }, {id: 'remote', text: 'Remote'}, + {id: 'vip', text: 'VIP'}, ], customFields: this.customFields,