mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Only send reminders to sent invoices
This commit is contained in:
parent
c26ad690a1
commit
90bce544e9
@ -980,6 +980,7 @@ class InvoiceRepository extends BaseRepository
|
||||
->whereAccountId($account->id)
|
||||
->where('balance', '>', 0)
|
||||
->where('is_recurring', '=', false)
|
||||
->whereIsPublic(true)
|
||||
->whereRaw('('.$sql.')')
|
||||
->get();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user