fix order last id in event
This commit is contained in:
parent
5ef7ec6538
commit
c6e2a8c1b7
1 changed files with 2 additions and 0 deletions
|
@ -88,6 +88,8 @@ class ICrmOrderEvent {
|
|||
ICrmOrderActions::eventLog('ICrmOrderEvent::writeDataOnOrderCreate', 'ICrmOrderActions::orderCreate', 'error during creating order');
|
||||
return true;
|
||||
}
|
||||
|
||||
COption::SetOptionString(self::$MODULE_ID, self::$CRM_ORDER_LAST_ID, $ID);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue