1
0
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:
David Bomba 2022-12-16 10:15:32 +11:00
parent c95384fe0c
commit 96d97535a0

View File

@ -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')