diff --git a/lib/reports.php b/lib/reports.php index 1f0043e..f841c45 100644 --- a/lib/reports.php +++ b/lib/reports.php @@ -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 = [];