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:
snipe 2023-07-12 17:11:27 +01:00 committed by GitHub
commit d3c44a462e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 = [