1
0
mirror of synced 2025-01-19 17:31:43 +03:00

rm unness log write

This commit is contained in:
Grisha Pomadchin 2014-07-09 14:44:19 +04:00
parent 743b29c484
commit ea2ea70c05

View File

@ -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'];