Show archived payments in client portal
This commit is contained in:
parent
a8321e2ac3
commit
1cc5795aa8
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue