mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-08-07 10:01:47 -04:00
Fix for recurring invoice terms/footer
This commit is contained in:
parent
7e7ee1d749
commit
cc1eee7f4f
@ -1170,7 +1170,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
@if (!$invoice->id)
|
||||
@if (!$invoice->id || $invoice->is_recurring)
|
||||
if (!invoice.terms) {
|
||||
invoice.terms = account['{{ $entityType }}_terms'];
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user