onBeforeOrderAccountNumberSet fix
This commit is contained in:
parent
f02c9c7b57
commit
c4ce5da2fe
@ -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;
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user