add feature payout_later

This commit is contained in:
2016-03-25 19:05:42 +01:00
parent b84ebf0177
commit 51b28134c1
14 changed files with 193 additions and 35 deletions

View File

@@ -7,6 +7,7 @@ use yii\base\Widget;
<?php
echo AccountStateBanknoteCountWidget::widget([
'model' => $model,
'showDailyDownload' =>false
]);
?>