Skip to content

Commit

Permalink
Added perHour arguments for :
Browse files Browse the repository at this point in the history
-reportTurnoverByActivity
-reportTurnoverByArticle
  • Loading branch information
Dennis van den Heerik committed Dec 16, 2019
1 parent c072ce7 commit 6cfebc6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Mplusqapiclient.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

class MplusQAPIclient
{
const CLIENT_VERSION = '1.27.2';
const CLIENT_VERSION = '1.27.3';
const WSDL_TTL = 300;

var $MIN_API_VERSION_MAJOR = 0;
Expand Down Expand Up @@ -8006,7 +8006,7 @@ public function convertReportRequest($method, $arguments)
'fromFinancialDate', 'throughFinancialDate',
),
'optional' => array(
'branchNumbers', 'activityNumbers',
'branchNumbers', 'activityNumbers', 'perHour',
),
),
'reportTurnoverByTurnoverGroup' => array(
Expand All @@ -8022,7 +8022,7 @@ public function convertReportRequest($method, $arguments)
'fromFinancialDate', 'throughFinancialDate',
),
'optional' => array(
'branchNumbers', 'turnoverGroups', 'articleNumbers',
'branchNumbers', 'turnoverGroups', 'articleNumbers', 'perHour',
),
),
'reportHoursByEmployee' => array(
Expand Down

0 comments on commit 6cfebc6

Please sign in to comment.