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