1
0
mirror of synced 2024-11-22 21:36:10 +03:00

fix order last id in event

This commit is contained in:
Grisha Pomadchin 2013-09-12 11:32:50 +04:00
parent 5ef7ec6538
commit c6e2a8c1b7

View File

@ -89,6 +89,8 @@ class ICrmOrderEvent {
return true; return true;
} }
COption::SetOptionString(self::$MODULE_ID, self::$CRM_ORDER_LAST_ID, $ID);
return true; return true;
} }