Fix payment due report
This commit is contained in:
parent
95f78a74c2
commit
6ad50d6a6e
@ -273,7 +273,6 @@ function getPaymentReport($filter = ""): Report {
|
||||
global $database, $Strings;
|
||||
|
||||
$report = new Report($Strings->get("Payments" . ($filter == "due" ? " Due" : ""), false));
|
||||
$filter = ["ORDER" => ["familyname" => "ASC"]];
|
||||
|
||||
$join = [];
|
||||
$where = [];
|
||||
|
Loading…
x
Reference in New Issue
Block a user