diff --git a/intaro.intarocrm/classes/general/ICrmOrderActions.php b/intaro.intarocrm/classes/general/ICrmOrderActions.php index 2c276952..cafb2037 100755 --- a/intaro.intarocrm/classes/general/ICrmOrderActions.php +++ b/intaro.intarocrm/classes/general/ICrmOrderActions.php @@ -489,8 +489,6 @@ class ICrmOrderActions $GLOBALS['INTARO_CRM_FROM_HISTORY'] = true; - self::eventLog('ICrmOrderActions::orderHistory', '$orderHistory', json_encode($orderHistory)); - // pushing existing orders foreach ($orderHistory as $order) { @@ -583,8 +581,6 @@ class ICrmOrderActions 'USER_DESCRIPTION' => '' ); - self::eventLog('ICrmOrderActions::orderHistory', '$newOrderFields', json_encode($newOrderFields)); - if(isset($order['number']) && $order['number']) $GLOBALS['ICRM_ACCOUNT_NUMBER'] = $order['number'];