mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Updates for filters
This commit is contained in:
parent
d88b21a2e2
commit
a3e8f8ff02
@ -114,7 +114,7 @@ class PaymentFilters extends QueryFilters
|
|||||||
}
|
}
|
||||||
|
|
||||||
if(in_array('partially_unapplied', $status_parameters)) {
|
if(in_array('partially_unapplied', $status_parameters)) {
|
||||||
$query->where('amount', '>', 'applied')->where('refunded', 0);
|
$query->whereColumn('amount', '>', 'applied')->where('refunded', 0);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user