mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 13:12:50 +01:00
Updates for payment filters
This commit is contained in:
parent
c95384fe0c
commit
96d97535a0
@ -84,7 +84,7 @@ class PaymentFilters extends QueryFilters
|
||||
/**
|
||||
* Returns a list of payments that can be matched to bank transactions
|
||||
*/
|
||||
public function match_transactions($value = 'true')
|
||||
public function match_transactions($value = 'true') :Builder
|
||||
{
|
||||
|
||||
if($value == 'true')
|
||||
|
Loading…
Reference in New Issue
Block a user