1
0
mirror of synced 2025-02-16 23:13:15 +03:00

onBeforeOrderAccountNumberSet fix

This commit is contained in:
Grisha Pomadchin 2014-06-19 16:24:04 +04:00
parent f02c9c7b57
commit c4ce5da2fe

View File

@ -302,5 +302,7 @@ class ICrmOrderEvent {
function onBeforeOrderAccountNumberSet($ID, $value) {
if(isset($GLOBALS['ICRM_ACCOUNT_NUMBER']) && $GLOBALS['ICRM_ACCOUNT_NUMBER'])
return $GLOBALS['ICRM_ACCOUNT_NUMBER'];
return false;
}
}