Fix payment due report

This commit is contained in:
Skylar Ittner 2022-03-15 15:25:12 -06:00
parent 95f78a74c2
commit 6ad50d6a6e

View File

@ -273,7 +273,6 @@ function getPaymentReport($filter = ""): Report {
global $database, $Strings; global $database, $Strings;
$report = new Report($Strings->get("Payments" . ($filter == "due" ? " Due" : ""), false)); $report = new Report($Strings->get("Payments" . ($filter == "due" ? " Due" : ""), false));
$filter = ["ORDER" => ["familyname" => "ASC"]];
$join = []; $join = [];
$where = []; $where = [];