diff --git a/app/Http/Livewire/ImporterFile.php b/app/Http/Livewire/ImporterFile.php index 0cbfd06fd..81d9c901f 100644 --- a/app/Http/Livewire/ImporterFile.php +++ b/app/Http/Livewire/ImporterFile.php @@ -61,6 +61,7 @@ class ImporterFile extends Component static $assets = [ 'asset_tag' => 'Asset Tag', 'asset_model' => 'Model Name', + 'byod' => 'BYOD', 'checkout_class' => 'Checkout Type', 'checkout_location' => 'Checkout Location', 'image' => 'Image Filename', @@ -100,6 +101,7 @@ class ImporterFile extends Component 'city' => 'City', 'state' => 'State', 'country' => 'Country', + 'vip' => 'VIP' ]; //array of "real fieldnames" to a list of aliases for that field