diff --git a/intaro.intarocrm/classes/general/ICrmOrderActions.php b/intaro.intarocrm/classes/general/ICrmOrderActions.php index d499a58f..a0ada56b 100755 --- a/intaro.intarocrm/classes/general/ICrmOrderActions.php +++ b/intaro.intarocrm/classes/general/ICrmOrderActions.php @@ -373,15 +373,10 @@ class ICrmOrderActions $orderHistory = $api->orderHistory($dateStart); - echo $dateStart; - echo '
'; - $dateStart = new \DateTime($dateStart); echo json_encode($orderHistory); - self::eventLog('ICrmOrderActions::orderHistory', 'history_log', json_encode($orderHistory)); - // pushing existing orders foreach ($orderHistory as $order) {