Fix for recurring invoice terms/footer

This commit is contained in:
Hillel Coren 2017-02-01 11:19:46 +02:00
parent 7e7ee1d749
commit cc1eee7f4f

View File

@ -1170,7 +1170,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'];
} }