From 0474fc48ead84aa7edbbbfcea382915ebda81754 Mon Sep 17 00:00:00 2001 From: Dennis van den Heerik Date: Wed, 16 Oct 2019 12:02:33 +0200 Subject: [PATCH] Fix reportTurnover turnoverGroup filter --- Mplusqapiclient.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mplusqapiclient.php b/Mplusqapiclient.php index 588866d..2e2cb2a 100755 --- a/Mplusqapiclient.php +++ b/Mplusqapiclient.php @@ -7979,7 +7979,7 @@ public function convertReportRequest($method, $arguments) if (!is_array($arguments[$callField])) { $arguments[$callField] = array($arguments[$callField]); } - $request['turnoverGroupFilter'] = $callField; + $request['turnoverGroupFilter'] = $arguments[$callField]; break; case "employeeNumbers": if (!is_array($arguments[$callField])) {