Skip to content

Commit 4b48977

Browse files
author
Dennis van den Heerik
committed
Added perHour arguments for :
-reportTurnoverByActivity -reportTurnoverByArticle
1 parent 002e8cc commit 4b48977

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;
@@ -8058,7 +8058,7 @@ public function convertReportRequest($method, $arguments)
80588058
'fromFinancialDate', 'throughFinancialDate',
80598059
),
80608060
'optional' => array(
8061-
'branchNumbers', 'activityNumbers',
8061+
'branchNumbers', 'activityNumbers', 'perHour',
80628062
),
80638063
),
80648064
'reportTurnoverByTurnoverGroup' => array(
@@ -8074,7 +8074,7 @@ public function convertReportRequest($method, $arguments)
80748074
'fromFinancialDate', 'throughFinancialDate',
80758075
),
80768076
'optional' => array(
8077-
'branchNumbers', 'turnoverGroups', 'articleNumbers',
8077+
'branchNumbers', 'turnoverGroups', 'articleNumbers', 'perHour',
80788078
),
80798079
),
80808080
'reportHoursByEmployee' => array(

0 commit comments

Comments
 (0)