1
0
mirror of synced 2024-11-25 23:06:08 +03:00

agent fix

This commit is contained in:
Grisha Pomadchin 2013-08-28 12:43:37 +04:00
parent fbd56c2512
commit 2bb2331047

View File

@ -167,11 +167,8 @@ class ICrmOrderActions
*/ */
public static function uploadOrdersAgent() { public static function uploadOrdersAgent() {
self::uploadOrders();
if(self::uploadOrders()) return 'ICrmOrderActions::uploadOrdersAgent();';
return 'ICrmOrderActions::uploadOrdersAgent();';
else return;
} }
/** /**