Skip to content

Commit 0474fc4

Browse files
author
Dennis van den Heerik
committed
Fix reportTurnover turnoverGroup filter
1 parent be50980 commit 0474fc4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Mplusqapiclient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7979,7 +7979,7 @@ public function convertReportRequest($method, $arguments)
79797979
if (!is_array($arguments[$callField])) {
79807980
$arguments[$callField] = array($arguments[$callField]);
79817981
}
7982-
$request['turnoverGroupFilter'] = $callField;
7982+
$request['turnoverGroupFilter'] = $arguments[$callField];
79837983
break;
79847984
case "employeeNumbers":
79857985
if (!is_array($arguments[$callField])) {

0 commit comments

Comments
 (0)