mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-12-08 04:35:31 -05: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;
|
$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