Skip to content

Commit

Permalink
- bill deposit action
Browse files Browse the repository at this point in the history
  • Loading branch information
hiqsol committed Oct 26, 2015
1 parent 11f23a1 commit 29a6c16
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/controllers/BillController.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,16 +45,11 @@ public function actions()
'class' => 'hipanel\actions\SmartPerformAction',
'success' => Yii::t('app', 'Bill deleted'),
],
'deposit' => [
'class' => 'hipanel\actions\RedirectAction',
'url' => Yii::$app->params['orgUrl'],
],
];
}

public function getPaymentType()
{
return Ref::getList('type,bill,deposit', ['with_hierarchy' => true]);
}

}

0 comments on commit 29a6c16

Please sign in to comment.