mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Show archived payments in client portal
This commit is contained in:
parent
a8321e2ac3
commit
1cc5795aa8
@ -101,7 +101,7 @@ class PaymentRepository extends BaseRepository
|
||||
->where('clients.is_deleted', '=', false)
|
||||
->where('payments.is_deleted', '=', false)
|
||||
->where('invitations.deleted_at', '=', null)
|
||||
->where('invoices.deleted_at', '=', null)
|
||||
->where('invoices.is_deleted', '=', false)
|
||||
->where('invitations.contact_id', '=', $contactId)
|
||||
->select(
|
||||
DB::raw('COALESCE(clients.currency_id, accounts.currency_id) currency_id'),
|
||||
|
Loading…
x
Reference in New Issue
Block a user