func response fix
This commit is contained in:
parent
d2aa99fdad
commit
fb582a1752
1 changed files with 1 additions and 1 deletions
|
@ -188,7 +188,7 @@ class ICrmOrderActions
|
|||
//handle err
|
||||
self::eventLog('ICrmOrderActions::orderCreate', 'empty($arFields)', 'incorrect order');
|
||||
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
|
||||
$rsUser = CUser::GetByID($arFields['USER_ID']);
|
||||
|
|
Loading…
Add table
Reference in a new issue