mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Fix for reminders
This commit is contained in:
parent
2c32590da9
commit
6788147bd1
@ -142,7 +142,7 @@ trait SendsEmails
|
|||||||
*
|
*
|
||||||
* @return bool|string
|
* @return bool|string
|
||||||
*/
|
*/
|
||||||
public function getInvoiceReminder(Invoice $invoice)
|
public function getInvoiceReminder($invoice)
|
||||||
{
|
{
|
||||||
for ($i = 1; $i <= 3; $i++) {
|
for ($i = 1; $i <= 3; $i++) {
|
||||||
if ($date = $this->getReminderDate($i)) {
|
if ($date = $this->getReminderDate($i)) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user