mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-23 18:40:55 -04:00
Fix for pro plan
This commit is contained in:
parent
92b5f782b2
commit
cf13294ee0
@ -16,6 +16,7 @@ class NinjaRepository
|
||||
|
||||
$company = $account->company;
|
||||
$company->fill($data);
|
||||
$company->plan_expires = $company->plan_expires ?: null;
|
||||
$company->save();
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user