Skip to content

Commit

Permalink
Fix reportTurnover turnoverGroup filter
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis van den Heerik committed Oct 16, 2019
1 parent be50980 commit 0474fc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Mplusqapiclient.php
Original file line number Diff line number Diff line change
Expand Up @@ -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])) {
Expand Down

0 comments on commit 0474fc4

Please sign in to comment.