fix account_state ( collection_money ), display product/ticket on reception only for selected account, add daily transfers (reception/admin)
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
<?php
|
||||
|
||||
use yii\helpers\Html;
|
||||
use common\models\Transfer;
|
||||
|
||||
|
||||
/* @var $this yii\web\View */
|
||||
@@ -35,6 +36,9 @@ $formatter = Yii::$app->formatter;
|
||||
<dl class="dl-horizontal dl-transfer">
|
||||
<dt><?php echo $model->getAttributeLabel( 'type') ?></dt>
|
||||
<dd><?php echo Html::getAttributeValue($model, 'transferTypeName') ?></dd>
|
||||
|
||||
<dt>Megnevezés</dt>
|
||||
<dd><?php echo Html::getAttributeValue($model, 'objectName') ?></dd>
|
||||
|
||||
<dt><?php echo $model->getAttributeLabel( 'id_user') ?></dt>
|
||||
<dd><?php echo Html::getAttributeValue($model, 'userName') ?></dd>
|
||||
|
||||
Reference in New Issue
Block a user