mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
Merge pull request #15336 from marcusmoore/fixes/remove-displayed-parentheses
Some checks are pending
Crowdin Action / upload-sources-to-crowdin (push) Waiting to run
Docker images (Alpine) / docker (push) Waiting to run
Docker images / docker (push) Waiting to run
Tests in MySQL / PHP ${{ matrix.php-version }} (8.1) (push) Waiting to run
Tests in MySQL / PHP ${{ matrix.php-version }} (8.2) (push) Waiting to run
Tests in MySQL / PHP ${{ matrix.php-version }} (8.3) (push) Waiting to run
Tests in SQLite / PHP ${{ matrix.php-version }} (8.1.1) (push) Waiting to run
Some checks are pending
Crowdin Action / upload-sources-to-crowdin (push) Waiting to run
Docker images (Alpine) / docker (push) Waiting to run
Docker images / docker (push) Waiting to run
Tests in MySQL / PHP ${{ matrix.php-version }} (8.1) (push) Waiting to run
Tests in MySQL / PHP ${{ matrix.php-version }} (8.2) (push) Waiting to run
Tests in MySQL / PHP ${{ matrix.php-version }} (8.3) (push) Waiting to run
Tests in SQLite / PHP ${{ matrix.php-version }} (8.1.1) (push) Waiting to run
Fixed `)` being added to expected asset checkin report email header
This commit is contained in:
commit
886514a25f
|
@ -14,7 +14,7 @@
|
||||||
@endif
|
@endif
|
||||||
|
|
||||||
{{-- Show images in email! --}}
|
{{-- Show images in email! --}}
|
||||||
@if (($snipeSettings->show_images_in_email=='1') && ($snipeSettings->email_logo!='') && $snipeSettings->brand != '1'))
|
@if (($snipeSettings->show_images_in_email=='1') && ($snipeSettings->email_logo!='') && ($snipeSettings->brand != '1'))
|
||||||
|
|
||||||
{{-- $snipeSettings->brand = 1 = Text --}}
|
{{-- $snipeSettings->brand = 1 = Text --}}
|
||||||
{{-- $snipeSettings->brand = 2 = Logo --}}
|
{{-- $snipeSettings->brand = 2 = Logo --}}
|
||||||
|
|
Loading…
Reference in a new issue