mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 07:34:06 -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'),
|
'maintained' => trans('admin/licenses/form.maintained'),
|
||||||
'checkout_class' => trans('general.importer.checkout_type'),
|
'checkout_class' => trans('general.importer.checkout_type'),
|
||||||
'serial' => trans('general.license_serial'),
|
'serial' => trans('general.license_serial'),
|
||||||
|
'email' => trans('general.importer.checked_out_to_email'),
|
||||||
|
'username' => trans('general.importer.checked_out_to_username'),
|
||||||
];
|
];
|
||||||
|
|
||||||
$this->users_fields = [
|
$this->users_fields = [
|
||||||
|
|
Loading…
Reference in a new issue