From 09fa897f079131d78b7537e00aca2fb829eb69ee Mon Sep 17 00:00:00 2001 From: Grisha Pomadchin Date: Fri, 3 Oct 2014 19:20:05 +0400 Subject: [PATCH] v1.0.11 --- intaro.intarocrm/classes/general/RestApi.php | 2 +- intaro.intarocrm/install/version.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/intaro.intarocrm/classes/general/RestApi.php b/intaro.intarocrm/classes/general/RestApi.php index 29a9cb6d..1bf120a2 100644 --- a/intaro.intarocrm/classes/general/RestApi.php +++ b/intaro.intarocrm/classes/general/RestApi.php @@ -133,7 +133,7 @@ class RestApi */ public function orderHistory($startDate = null, $endDate = null, $limit = 100, $offset = 0) { - $url = $this->apiUrl.'orders/history'; + $url = $this->apiUrl.'orders/history&skipMychanges=true'; $this->parameters['startDate'] = $startDate; $this->parameters['endDate'] = $endDate; $this->parameters['limit'] = $limit; diff --git a/intaro.intarocrm/install/version.php b/intaro.intarocrm/install/version.php index aed903d2..ed57c52d 100644 --- a/intaro.intarocrm/install/version.php +++ b/intaro.intarocrm/install/version.php @@ -1,5 +1,5 @@ "1.0.11a", - "VERSION_DATE" => "2014-10-03 19:00:00" + "VERSION" => "1.0.11", + "VERSION_DATE" => "2014-10-03 19:20:00" );