Fix scheduled reports language
This commit is contained in:
parent
04eec340f2
commit
fd54d55a60
1 changed files with 1 additions and 0 deletions
|
|
@ -161,6 +161,7 @@ class SendReminders extends Command
|
|||
|
||||
$user = $scheduledReport->user;
|
||||
$account = $scheduledReport->account;
|
||||
$account->loadLocalizationSettings();
|
||||
|
||||
if (! $account->hasFeature(FEATURE_REPORTS)) {
|
||||
continue;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue