3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-02-21 15:45:44 +00:00

Merge pull request #15336 from marcusmoore/fixes/remove-displayed-parentheses

Fixed `)` being added to expected asset checkin report email header
This commit is contained in:
snipe
2024-08-19 22:46:08 +01:00
committed by GitHub

View File

@ -14,7 +14,7 @@
@endif
{{-- 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 = 2 = Logo --}}