1
0
mirror of synced 2025-01-31 23:31:41 +03:00

func response fix

This commit is contained in:
Grisha Pomadchin 2013-08-05 15:16:52 +04:00
parent d2aa99fdad
commit fb582a1752

View File

@ -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']);