mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-08-07 10:01:47 -04:00
Only send reminders to sent invoices
This commit is contained in:
parent
1737af10c4
commit
ef46bb0050
@ -953,6 +953,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