mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Clarify recurring schedule
This commit is contained in:
parent
5b564efe1e
commit
aaea986724
@ -287,9 +287,9 @@
|
||||
@if ($entityType == ENTITY_INVOICE)
|
||||
<div class="form-group" style="margin-bottom: 8px">
|
||||
<div class="col-lg-8 col-sm-8 col-sm-offset-4 smaller" style="padding-top: 10px;">
|
||||
@if ($invoice->recurring_invoice)
|
||||
@if ($invoice->recurring_invoice_id && $invoice->recurring_invoice)
|
||||
{!! trans('texts.created_by_invoice', ['invoice' => link_to('/invoices/'.$invoice->recurring_invoice->public_id, trans('texts.recurring_invoice'))]) !!} <p/>
|
||||
@elseif ($invoice->id)
|
||||
@elseif ($invoice->id && $invoice->is_public)
|
||||
@if (isset($lastSent) && $lastSent)
|
||||
{!! trans('texts.last_sent_on', ['date' => link_to('/invoices/'.$lastSent->public_id, $invoice->last_sent_date, ['id' => 'lastSent'])]) !!} <p/>
|
||||
@endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user