1
0
mirror of synced 2024-11-22 13:26:10 +03:00

after merge fixes

This commit is contained in:
Grisha Pomadchin 2013-08-06 10:38:27 +04:00
parent 6db7f6e656
commit 114b2f1aae
2 changed files with 2 additions and 6 deletions

View File

@ -186,11 +186,7 @@ class ICrmOrderActions
if(!$api || empty($arParams)) { // add cond to check $arParams if(!$api || empty($arParams)) { // add cond to check $arParams
return false; return false;
} }
<<<<<<< HEAD
=======
>>>>>>> cancelEvent
if (empty($arFields)) { if (empty($arFields)) {
//handle err //handle err
self::eventLog('ICrmOrderActions::orderCreate', 'empty($arFields)', 'incorrect order'); self::eventLog('ICrmOrderActions::orderCreate', 'empty($arFields)', 'incorrect order');