From cc1eee7f4fa20a706c22c965bc940b5331b02431 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Wed, 1 Feb 2017 11:19:46 +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 5492169ceb66..f174bc9fea55 100644 --- a/resources/views/invoices/edit.blade.php +++ b/resources/views/invoices/edit.blade.php @@ -1170,7 +1170,7 @@ } } - @if (!$invoice->id) + @if (!$invoice->id || $invoice->is_recurring) if (!invoice.terms) { invoice.terms = account['{{ $entityType }}_terms']; }