From 3221b1fe4a958995f2f8fe23242f0c105b372f17 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Wed, 1 Feb 2017 11:19:29 +0200 Subject: [PATCH] Fix for recurring invoice terms/footer --- resources/views/invoices/edit.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/invoices/edit.blade.php b/resources/views/invoices/edit.blade.php index c237427cf18d..094de292fd00 100644 --- a/resources/views/invoices/edit.blade.php +++ b/resources/views/invoices/edit.blade.php @@ -1174,7 +1174,7 @@ } } - @if (!$invoice->id) + @if (!$invoice->id || $invoice->is_recurring) if (!invoice.terms) { invoice.terms = account['{{ $entityType }}_terms']; }