Hide invitation link for recurring invoices
This commit is contained in:
parent
86f1e13c87
commit
96df91076d
1 changed files with 1 additions and 1 deletions
|
|
@ -90,7 +90,7 @@
|
|||
<input type="checkbox" value="1" data-bind="checked: send_invoice, attr: {id: $index() + '_check', name: 'client[contacts][' + $index() + '][send_invoice]'}">
|
||||
<span data-bind="html: email.display"></span>
|
||||
</label>
|
||||
<span data-bind="html: $data.view_as_recipient"></span>
|
||||
<span data-bind="html: $data.view_as_recipient, visible: !$root.invoice().is_recurring()"></span>
|
||||
@if (Utils::isConfirmed())
|
||||
<span style="vertical-align:text-top;color:red" class="fa fa-exclamation-triangle"
|
||||
data-bind="visible: $data.email_error, tooltip: {title: $data.email_error}"></span>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue