diff --git a/intaro.intarocrm/classes/general/ICrmOrderActions.php b/intaro.intarocrm/classes/general/ICrmOrderActions.php index 063ec739..e2fa44c9 100755 --- a/intaro.intarocrm/classes/general/ICrmOrderActions.php +++ b/intaro.intarocrm/classes/general/ICrmOrderActions.php @@ -372,7 +372,7 @@ class ICrmOrderActions $orderHistory = $api->orderHistory($dateStart); - $GLOBALS['INTARO_CRM_FROM_HISTORY'] = false; + $GLOBALS['INTARO_CRM_FROM_HISTORY'] = true; // pushing existing orders foreach ($orderHistory as $order) {