Skip to content

Commit

Permalink
added with_tariffs in server index
Browse files Browse the repository at this point in the history
  • Loading branch information
hiqsol committed Nov 2, 2016
1 parent 2c7d408 commit 00aa6de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/controllers/ServerController.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ public function actions()

$dataProvider->query
->andWhere(['with_ips' => 1])
->andWhere(['with_tariffs' => 1])
->andWhere(['with_switches' => 1])
->andWhere(['with_requests' => 1])
->andWhere(['with_discounts' => 1])
Expand Down

0 comments on commit 00aa6de

Please sign in to comment.