orders export fix
This commit is contained in:
parent
2440aee3a3
commit
7adaec8435
@ -121,9 +121,10 @@ class ICrmOrderActions
|
||||
if($api->getStatusCode() != 460) // some orders were sent
|
||||
return false; // in pack mode return errors
|
||||
|
||||
}
|
||||
|
||||
if($lastOrderId)
|
||||
COption::SetOptionString(self::$MODULE_ID, self::$CRM_ORDER_LAST_ID, $lastOrderId);
|
||||
}
|
||||
|
||||
return true; // end of pack
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user