Fix for recurring invoice terms/footer
This commit is contained in:
parent
7e7ee1d749
commit
cc1eee7f4f
1 changed files with 1 additions and 1 deletions
|
|
@ -1170,7 +1170,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
@if (!$invoice->id)
|
||||
@if (!$invoice->id || $invoice->is_recurring)
|
||||
if (!invoice.terms) {
|
||||
invoice.terms = account['{{ $entityType }}_terms'];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue