fixed #323
This commit is contained in:
parent
c049b8ce73
commit
9d28b26f7a
@ -3,7 +3,7 @@
|
|||||||
@section('title', trans_choice('general.bills', 1) . ': ' . $bill->bill_number)
|
@section('title', trans_choice('general.bills', 1) . ': ' . $bill->bill_number)
|
||||||
|
|
||||||
@section('content')
|
@section('content')
|
||||||
@if (($recurring = $invoice->recurring) && ($next = $recurring->next()))
|
@if (($recurring = $bill->recurring) && ($next = $recurring->next()))
|
||||||
<div class="callout callout-info">
|
<div class="callout callout-info">
|
||||||
<h4>{{ trans('recurring.recurring') }}</h4>
|
<h4>{{ trans('recurring.recurring') }}</h4>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user