mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-08 20:22:42 +01:00
Fix for reminders
This commit is contained in:
parent
3bcba163c4
commit
1e575e50e9
@ -142,7 +142,7 @@ trait SendsEmails
|
||||
*
|
||||
* @return bool|string
|
||||
*/
|
||||
public function getInvoiceReminder(Invoice $invoice)
|
||||
public function getInvoiceReminder($invoice)
|
||||
{
|
||||
for ($i = 1; $i <= 3; $i++) {
|
||||
if ($date = $this->getReminderDate($i)) {
|
||||
|
Loading…
Reference in New Issue
Block a user