From fd54d55a6045dd2d148fe0c5740879a71f31ce79 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Wed, 28 Mar 2018 20:04:49 +0300 Subject: [PATCH] Fix scheduled reports language --- app/Console/Commands/SendReminders.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Console/Commands/SendReminders.php b/app/Console/Commands/SendReminders.php index 6ff6b87f176a..d58c80f1df22 100644 --- a/app/Console/Commands/SendReminders.php +++ b/app/Console/Commands/SendReminders.php @@ -161,6 +161,7 @@ class SendReminders extends Command $user = $scheduledReport->user; $account = $scheduledReport->account; + $account->loadLocalizationSettings(); if (! $account->hasFeature(FEATURE_REPORTS)) { continue;