1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 00:11:35 +02:00

Fix for pro plan

This commit is contained in:
Hillel Coren 2018-03-16 12:15:16 +02:00
parent 92b5f782b2
commit cf13294ee0

View File

@ -16,6 +16,7 @@ class NinjaRepository
$company = $account->company;
$company->fill($data);
$company->plan_expires = $company->plan_expires ?: null;
$company->save();
}
}