mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 13:12:50 +01:00
Fix for recurring invoice terms/footer
This commit is contained in:
parent
c1789839b8
commit
3221b1fe4a
@ -1174,7 +1174,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@if (!$invoice->id)
|
@if (!$invoice->id || $invoice->is_recurring)
|
||||||
if (!invoice.terms) {
|
if (!invoice.terms) {
|
||||||
invoice.terms = account['{{ $entityType }}_terms'];
|
invoice.terms = account['{{ $entityType }}_terms'];
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user