mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Fixes for timezone corrections for reminders
This commit is contained in:
parent
aac1cab448
commit
80e1dd4f1f
@ -195,7 +195,7 @@ class ReminderTest extends TestCase
|
|||||||
nlog($next_send_date->format('Y-m-d h:i:s'));
|
nlog($next_send_date->format('Y-m-d h:i:s'));
|
||||||
nlog($calculatedReminderDate->format('Y-m-d h:i:s'));
|
nlog($calculatedReminderDate->format('Y-m-d h:i:s'));
|
||||||
|
|
||||||
$this->travelTo(now()->addDays(1));
|
$this->travelTo($calculatedReminderDate);
|
||||||
|
|
||||||
$reminder_template = $this->invoice->calculateTemplate('invoice');
|
$reminder_template = $this->invoice->calculateTemplate('invoice');
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user