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']; }