mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-21 03:15:45 -08:00
Adds the Username and Email to License Importer dropdown
This commit is contained in:
parent
5a9c2925c3
commit
299e546021
|
@ -284,6 +284,8 @@ class Importer extends Component
|
|||
'maintained' => trans('admin/licenses/form.maintained'),
|
||||
'checkout_class' => trans('general.importer.checkout_type'),
|
||||
'serial' => trans('general.license_serial'),
|
||||
'email' => trans('general.importer.checked_out_to_email'),
|
||||
'username' => trans('general.importer.checked_out_to_username'),
|
||||
];
|
||||
|
||||
$this->users_fields = [
|
||||
|
|
Loading…
Reference in a new issue