1
0
mirror of synced 2024-11-22 05:16:09 +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() {
if(self::uploadOrders())
return 'ICrmOrderActions::uploadOrdersAgent();';
else return;
self::uploadOrders();
return 'ICrmOrderActions::uploadOrdersAgent();';
}
/**