agent fix
This commit is contained in:
parent
fbd56c2512
commit
2bb2331047
1 changed files with 2 additions and 5 deletions
|
@ -167,11 +167,8 @@ class ICrmOrderActions
|
|||
*/
|
||||
|
||||
public static function uploadOrdersAgent() {
|
||||
|
||||
if(self::uploadOrders())
|
||||
return 'ICrmOrderActions::uploadOrdersAgent();';
|
||||
|
||||
else return;
|
||||
self::uploadOrders();
|
||||
return 'ICrmOrderActions::uploadOrdersAgent();';
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue