mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Fixed incorrect create_at activity timestamps
This commit is contained in:
parent
9d240480cc
commit
3c5a3897cc
@ -39,8 +39,6 @@ class SendRecurringInvoices extends Command {
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
date_default_timezone_set($recurInvoice->account->getTimezone());
|
|
||||||
|
|
||||||
$this->info('Processing Invoice ' . $recurInvoice->id . ' - Should send ' . ($recurInvoice->shouldSendToday() ? 'YES' : 'NO'));
|
$this->info('Processing Invoice ' . $recurInvoice->id . ' - Should send ' . ($recurInvoice->shouldSendToday() ? 'YES' : 'NO'));
|
||||||
|
|
||||||
if (!$recurInvoice->shouldSendToday())
|
if (!$recurInvoice->shouldSendToday())
|
||||||
|
Loading…
x
Reference in New Issue
Block a user