1
0
mirror of synced 2025-01-20 09:51:40 +03:00

global fix

This commit is contained in:
Grisha Pomadchin 2014-03-13 13:37:16 +04:00
parent abb4bae99a
commit 4fadc1d43c

View File

@ -372,7 +372,7 @@ class ICrmOrderActions
$orderHistory = $api->orderHistory($dateStart); $orderHistory = $api->orderHistory($dateStart);
$GLOBALS['INTARO_CRM_FROM_HISTORY'] = false; $GLOBALS['INTARO_CRM_FROM_HISTORY'] = true;
// pushing existing orders // pushing existing orders
foreach ($orderHistory as $order) { foreach ($orderHistory as $order) {