mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-08 06:04:30 -04: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
|
* 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')
|
if($value == 'true')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user