Fixed “send welcome email” detection

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe
2025-06-02 02:54:34 +01:00
parent 8ddbb4e64f
commit 40ba8d0de1

View File

@@ -191,7 +191,7 @@
@if (($typeOfImport != 'location' && $typeOfImport!= 'assetModel' && $typeOfImport!= 'component') && ($typeOfImport!=''))
@if (($typeOfImport != 'location' && $typeOfImport!= 'assetModel' && $typeOfImport!= 'component' && $typeOfImport!= 'supplier') && $typeOfImport!= 'manufacturer' && ($typeOfImport!=''))
<label class="form-control">
<input type="checkbox" name="send_welcome" data-livewire-component="{{ $this->getId() }}" wire:model.live="send_welcome">
{{ trans('general.send_welcome_email_to_users') }}