Skip to content

Commit

Permalink
Merge pull request #13268 from inietov/fixes/license_importer_missing…
Browse files Browse the repository at this point in the history
…_dropdown_items

Fixed License importer missing Checkout to: Username and Checkout to: Email in dropdown [sc-23456]
  • Loading branch information
snipe authored Jul 12, 2023
2 parents 1b8b117 + 299e546 commit d3c44a4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/Http/Livewire/Importer.php
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,8 @@ public function mount()
'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 = [
Expand Down

0 comments on commit d3c44a4

Please sign in to comment.