diff --git a/app/Models/Account.php b/app/Models/Account.php index fb907d01c8ac..6d5c3ca90346 100644 --- a/app/Models/Account.php +++ b/app/Models/Account.php @@ -1606,7 +1606,7 @@ class Account extends Eloquent public function showAcceptTerms($invoice) { - if (! $this->isPro() || ! $invoice->terms) { + if (! $this->isPro()) { return false; }