mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Made clear what "account with reminders" means
This commit is contained in:
parent
ad973919ad
commit
143b65ad9f
@ -152,7 +152,7 @@ class SendReminders extends Command
|
|||||||
private function sendReminderEmails()
|
private function sendReminderEmails()
|
||||||
{
|
{
|
||||||
$accounts = $this->accountRepo->findWithReminders();
|
$accounts = $this->accountRepo->findWithReminders();
|
||||||
$this->info(date('r ') . count($accounts) . ' accounts found with reminders');
|
$this->info(date('r ') . count($accounts) . ' accounts found with reminders enabled');
|
||||||
|
|
||||||
foreach ($accounts as $account) {
|
foreach ($accounts as $account) {
|
||||||
if (! $account->hasFeature(FEATURE_EMAIL_TEMPLATES_REMINDERS)) {
|
if (! $account->hasFeature(FEATURE_EMAIL_TEMPLATES_REMINDERS)) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user