agent fix
This commit is contained in:
parent
fbd56c2512
commit
2bb2331047
@ -167,11 +167,8 @@ class ICrmOrderActions
|
||||
*/
|
||||
|
||||
public static function uploadOrdersAgent() {
|
||||
|
||||
if(self::uploadOrders())
|
||||
return 'ICrmOrderActions::uploadOrdersAgent();';
|
||||
|
||||
else return;
|
||||
self::uploadOrders();
|
||||
return 'ICrmOrderActions::uploadOrdersAgent();';
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user