@@ -220,6 +220,9 @@ |
||
220 | 220 | return $canSeeLink ? Html::a($model->tariff, ['@plan/view', 'id' => $model->tariff_id]) : $model->tariff; |
221 | 221 | } |
222 | 222 | |
223 | + /** |
|
224 | + * @param Bill $model |
|
225 | + */ |
|
223 | 226 | public function objectTag($model): string |
224 | 227 | { |
225 | 228 | return $model->object ? implode(': ', [Yii::t('hipanel', $model->class_label), $this->objectLink($model)]) : ''; |