1
0
mirror of synced 2025-02-18 07:53:15 +03:00

update agent

This commit is contained in:
Dmitry Mamontov 2015-02-12 17:25:35 +03:00
parent 7bdf5ebea6
commit aa506c5c6b

View File

@ -1073,7 +1073,7 @@ class ICrmOrderActions
*/ */
public static function notForkedOrderAgent() { public static function notForkedOrderAgent() {
//self::uploadOrdersAgent(); self::uploadOrdersAgent();
self::orderHistory(); self::orderHistory();
return 'ICrmOrderActions::notForkedOrderAgent();'; return 'ICrmOrderActions::notForkedOrderAgent();';
} }