Updates for payment filters
This commit is contained in:
parent
c95384fe0c
commit
96d97535a0
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue