Skip to content

Commit

Permalink
Merge pull request #13421 from uberbrady/re_add_asset_eol_date
Browse files Browse the repository at this point in the history
Re-add the option for asset_eol_date as an import field
  • Loading branch information
snipe authored Aug 8, 2023
2 parents af91ffb + 6afbf1b commit 9e6f23c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/Http/Livewire/Importer.php
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ public function mount()
'manufacturer' => trans('general.manufacturer'),
'order_number' => trans('general.order_number'),
'image' => trans('general.importer.image_filename'),
'asset_eol_date' => trans('admin/hardware/form.eol_date'),
/**
* Checkout fields:
* Assets can be checked out to other assets, people, or locations, but we currently
Expand Down

0 comments on commit 9e6f23c

Please sign in to comment.