mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-08 05:34:30 -04:00
Fix scheduled reports language
This commit is contained in:
parent
04eec340f2
commit
fd54d55a60
@ -161,6 +161,7 @@ class SendReminders extends Command
|
|||||||
|
|
||||||
$user = $scheduledReport->user;
|
$user = $scheduledReport->user;
|
||||||
$account = $scheduledReport->account;
|
$account = $scheduledReport->account;
|
||||||
|
$account->loadLocalizationSettings();
|
||||||
|
|
||||||
if (! $account->hasFeature(FEATURE_REPORTS)) {
|
if (! $account->hasFeature(FEATURE_REPORTS)) {
|
||||||
continue;
|
continue;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user