Fix payment due report
This commit is contained in:
parent
95f78a74c2
commit
6ad50d6a6e
@ -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 = [];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user