mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-08 20:22:42 +01:00
Fix scheduled reports language
This commit is contained in:
parent
30c310dd70
commit
a439da5b0c
@ -161,6 +161,7 @@ class SendReminders extends Command
|
||||
|
||||
$user = $scheduledReport->user;
|
||||
$account = $scheduledReport->account;
|
||||
$account->loadLocalizationSettings();
|
||||
|
||||
if (! $account->hasFeature(FEATURE_REPORTS)) {
|
||||
continue;
|
||||
|
Loading…
Reference in New Issue
Block a user