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
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@
|
||||||
</p>
|
</p>
|
||||||
@endif
|
@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">
|
<label class="form-control">
|
||||||
<input type="checkbox" name="send_welcome" data-livewire-component="{{ $this->getId() }}" wire:model.live="send_welcome">
|
<input type="checkbox" name="send_welcome" data-livewire-component="{{ $this->getId() }}" wire:model.live="send_welcome">
|
||||||
{{ trans('general.send_welcome_email_to_users') }}
|
{{ trans('general.send_welcome_email_to_users') }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue