mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Fix payments for clients w/o an email address
This commit is contained in:
parent
44d46a01ab
commit
956c672711
@ -179,15 +179,16 @@
|
|||||||
->label('') !!}
|
->label('') !!}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="row" style="display:{{ isset($paymentTitle) ? 'block' : 'none' }}">
|
@if (isset($paymentTitle) || ! empty($contact->email))
|
||||||
<div class="col-md-12">
|
<div class="row" style="display:{{ isset($paymentTitle) ? 'block' : 'none' }}">
|
||||||
{!! Former::text('email')
|
<div class="col-md-12">
|
||||||
->placeholder(trans('texts.email'))
|
{!! Former::text('email')
|
||||||
->autocomplete('email')
|
->placeholder(trans('texts.email'))
|
||||||
->label('') !!}
|
->autocomplete('email')
|
||||||
|
->label('') !!}
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
@endif
|
||||||
|
|
||||||
<p> <br/> </p>
|
<p> <br/> </p>
|
||||||
|
|
||||||
@if ($showAddress)
|
@if ($showAddress)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user