mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-24 05:04:07 -08:00
Don’t show new user welcome if location or asset model import
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
752221ee84
commit
503d044fb8
|
@ -177,7 +177,7 @@
|
|||
</p>
|
||||
@endif
|
||||
|
||||
@if ($this->activeFile->import_type != 'location' && $this->activeFile->import_type == 'assetmodel' && $update)
|
||||
@if ($this->activeFile->import_type != 'location' && $this->activeFile->import_type != 'assetmodel' && $update)
|
||||
<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') }}
|
||||
|
|
Loading…
Reference in a new issue