@@ -549,6 +549,9 @@ |
||
549 | 549 | return $summarys; |
550 | 550 | } |
551 | 551 | |
552 | + /** |
|
553 | + * @param DataManager $dataManager |
|
554 | + */ |
|
552 | 555 | public static function drawCol($item, $colName, $params = [], $dataManager = null, $originalCol = '', $originalItem = null) { |
553 | 556 | $modelName = get_class($item); |
554 | 557 | if (!class_exists($modelName)) { |
@@ -144,7 +144,7 @@ |
||
144 | 144 | } |
145 | 145 | |
146 | 146 | $result->content['rows'] = ob_get_contents(); |
147 | - $result->content['summary'] = $dataManager->getSummary($request['params'], $request['model']); |
|
147 | + $result->content['summary'] = $dataManager->getSummary($request['params'], $request['model']); |
|
148 | 148 | ob_clean(); |
149 | 149 | |
150 | 150 | $result->content['pages'] = ''; |
@@ -94,6 +94,6 @@ |
||
94 | 94 | if ($tariff == 139) { |
95 | 95 | return ['online', 'courier']; |
96 | 96 | } |
97 | - return ['online','inPickPoint']; |
|
97 | + return ['online', 'inPickPoint']; |
|
98 | 98 | } |
99 | 99 | } |
100 | 100 | \ No newline at end of file |