Skip to content

Commit 6cfebc6

Browse files
author
Dennis van den Heerik
committed
Added perHour arguments for :
-reportTurnoverByActivity -reportTurnoverByArticle
1 parent c072ce7 commit 6cfebc6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Mplusqapiclient.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
class MplusQAPIclient
44
{
5-
const CLIENT_VERSION = '1.27.2';
5+
const CLIENT_VERSION = '1.27.3';
66
const WSDL_TTL = 300;
77

88
var $MIN_API_VERSION_MAJOR = 0;
@@ -8006,7 +8006,7 @@ public function convertReportRequest($method, $arguments)
80068006
'fromFinancialDate', 'throughFinancialDate',
80078007
),
80088008
'optional' => array(
8009-
'branchNumbers', 'activityNumbers',
8009+
'branchNumbers', 'activityNumbers', 'perHour',
80108010
),
80118011
),
80128012
'reportTurnoverByTurnoverGroup' => array(
@@ -8022,7 +8022,7 @@ public function convertReportRequest($method, $arguments)
80228022
'fromFinancialDate', 'throughFinancialDate',
80238023
),
80248024
'optional' => array(
8025-
'branchNumbers', 'turnoverGroups', 'articleNumbers',
8025+
'branchNumbers', 'turnoverGroups', 'articleNumbers', 'perHour',
80268026
),
80278027
),
80288028
'reportHoursByEmployee' => array(

0 commit comments

Comments
 (0)