Delete duplicate fields from the importer dropdown menu

This commit is contained in:
Ivan Nieto Vivanco 2022-09-26 18:51:13 -05:00
parent ee7e26ae8d
commit 4d14243f57

View file

@ -150,8 +150,6 @@
assets: [ assets: [
{id: 'asset_tag', text: 'Asset Tag' }, {id: 'asset_tag', text: 'Asset Tag' },
{id: 'asset_model', text: 'Model Name' }, {id: 'asset_model', text: 'Model Name' },
{id: 'asset_notes', text: 'Asset Notes' },
{id: 'model_notes', text: 'Model Notes' },
{id: 'checkout_class', text: 'Checkout Type' }, {id: 'checkout_class', text: 'Checkout Type' },
{id: 'checkout_location', text: 'Checkout Location' }, {id: 'checkout_location', text: 'Checkout Location' },
{id: 'image', text: 'Image Filename' }, {id: 'image', text: 'Image Filename' },
@ -196,7 +194,6 @@
{id: 'address', text: 'Address' }, {id: 'address', text: 'Address' },
{id: 'city', text: 'City' }, {id: 'city', text: 'City' },
{id: 'state', text: 'State' }, {id: 'state', text: 'State' },
{id: 'zip', text: 'ZIP' },
{id: 'country', text: 'Country' }, {id: 'country', text: 'Country' },
{id: 'zip', text: 'ZIP' }, {id: 'zip', text: 'ZIP' },