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 Jan 30, 2020
1 parent 002e8cc commit 4b48977
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 @@ -8058,7 +8058,7 @@ public function convertReportRequest($method, $arguments)
'fromFinancialDate', 'throughFinancialDate',
),
'optional' => array(
'branchNumbers', 'activityNumbers',
'branchNumbers', 'activityNumbers', 'perHour',
),
),
'reportTurnoverByTurnoverGroup' => array(
Expand All @@ -8074,7 +8074,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 4b48977

Please sign in to comment.