mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-26 06:04:08 -08:00
Merge pull request #13268 from inietov/fixes/license_importer_missing_dropdown_items
Fixed License importer missing Checkout to: Username and Checkout to: Email in dropdown [sc-23456]
This commit is contained in:
commit
d3c44a462e
|
@ -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