Completed
Push — master ( 5283a1...334b38 )
by Andrii
06:52 queued 03:16
created
src/views/sale/index.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 use hipanel\modules\finance\grid\SaleGridView;
4 4
 use hipanel\widgets\IndexPage;
5 5
 use hipanel\widgets\Pjax;
6
-use yii\helpers\Html;
7 6
 
8 7
 $this->title = Yii::t('hipanel:finance:sale', 'Sales');
9 8
 $this->params['breadcrumbs'][] = $this->title;
Please login to merge, or discard this patch.
src/views/price/index.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -3,8 +3,6 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.
src/views/plan/view.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.