onBeforeOrderAccountNumberSet fix
This commit is contained in:
parent
f02c9c7b57
commit
c4ce5da2fe
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue