@@ -3,8 +3,6 @@ |
||
| 3 | 3 | use hipanel\modules\finance\grid\PriceGridView; |
| 4 | 4 | use hipanel\widgets\IndexPage; |
| 5 | 5 | use hipanel\widgets\Pjax; |
| 6 | -use yii\helpers\Html; |
|
| 7 | -use yii\helpers\Url; |
|
| 8 | 6 | |
| 9 | 7 | $this->title = Yii::t('hipanel:finance', 'Price'); |
| 10 | 8 | $this->params['breadcrumbs'][] = $this->title; |
@@ -3,7 +3,6 @@ |
||
| 3 | 3 | use hipanel\modules\finance\helpers\PlanInternalsGrouper; |
| 4 | 4 | use hipanel\modules\finance\models\Plan; |
| 5 | 5 | use yii\helpers\Html; |
| 6 | -use hipanel\helpers\Url; |
|
| 7 | 6 | use hipanel\modules\finance\grid\PlanGridView; |
| 8 | 7 | use hipanel\modules\finance\menus\PlanDetailMenu; |
| 9 | 8 | use hipanel\widgets\IndexPage; |