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" );