Show terms checkbox even if terms are blank
This commit is contained in:
parent
92dc2f4ecb
commit
d1edeb9dc7
1 changed files with 1 additions and 1 deletions
|
|
@ -1606,7 +1606,7 @@ class Account extends Eloquent
|
|||
|
||||
public function showAcceptTerms($invoice)
|
||||
{
|
||||
if (! $this->isPro() || ! $invoice->terms) {
|
||||
if (! $this->isPro()) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue