Fixed #6082 - don’t show expected checkin in email if none given
This commit is contained in:
parent
aed769c0be
commit
f6971b8ab2
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@
|
||||||
@if (isset($last_checkout))
|
@if (isset($last_checkout))
|
||||||
| **{{ trans('mail.checkout_date') }}** | {{ $last_checkout }} |
|
| **{{ trans('mail.checkout_date') }}** | {{ $last_checkout }} |
|
||||||
@endif
|
@endif
|
||||||
@if (isset($expected_checkin))
|
@if ((isset($expected_checkin)) && ($expected_checkin!=''))
|
||||||
| **{{ trans('mail.expecting_checkin_date') }}** | {{ $expected_checkin }} |
|
| **{{ trans('mail.expecting_checkin_date') }}** | {{ $expected_checkin }} |
|
||||||
@endif
|
@endif
|
||||||
@foreach($fields as $field)
|
@foreach($fields as $field)
|
||||||
|
|
Loading…
Add table
Reference in a new issue