Fix payments for clients w/o an email address

This commit is contained in:
Hillel Coren 2016-06-08 08:44:12 +03:00
parent 44d46a01ab
commit 956c672711

View File

@ -179,6 +179,7 @@
->label('') !!}
</div>
</div>
@if (isset($paymentTitle) || ! empty($contact->email))
<div class="row" style="display:{{ isset($paymentTitle) ? 'block' : 'none' }}">
<div class="col-md-12">
{!! Former::text('email')
@ -187,7 +188,7 @@
->label('') !!}
</div>
</div>
@endif
<p>&nbsp;<br/>&nbsp;</p>
@if ($showAddress)