rm unness log write
This commit is contained in:
parent
743b29c484
commit
ea2ea70c05
@ -489,8 +489,6 @@ class ICrmOrderActions
|
|||||||
|
|
||||||
$GLOBALS['INTARO_CRM_FROM_HISTORY'] = true;
|
$GLOBALS['INTARO_CRM_FROM_HISTORY'] = true;
|
||||||
|
|
||||||
self::eventLog('ICrmOrderActions::orderHistory', '$orderHistory', json_encode($orderHistory));
|
|
||||||
|
|
||||||
// pushing existing orders
|
// pushing existing orders
|
||||||
foreach ($orderHistory as $order) {
|
foreach ($orderHistory as $order) {
|
||||||
|
|
||||||
@ -583,8 +581,6 @@ class ICrmOrderActions
|
|||||||
'USER_DESCRIPTION' => ''
|
'USER_DESCRIPTION' => ''
|
||||||
);
|
);
|
||||||
|
|
||||||
self::eventLog('ICrmOrderActions::orderHistory', '$newOrderFields', json_encode($newOrderFields));
|
|
||||||
|
|
||||||
if(isset($order['number']) && $order['number'])
|
if(isset($order['number']) && $order['number'])
|
||||||
$GLOBALS['ICRM_ACCOUNT_NUMBER'] = $order['number'];
|
$GLOBALS['ICRM_ACCOUNT_NUMBER'] = $order['number'];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user