по умолчанию день и репорты

This commit is contained in:
maxim
2021-09-06 16:31:10 +03:00
parent cd7c620e1d
commit 1fc92ac773
3 changed files with 8 additions and 171 deletions

View File

@ -86,7 +86,7 @@ function next_day($date, $number)
'attribute' => 'ФИО',
'filter' => Html::activeTextInput($searchModel, 'fio', ['class' => 'form-control']),
'value' => function ($data) {
return '<a href="./user?id='.$data['user_card_id'].'">' . \common\models\Reports::getFio($data) . '</a>';
return '<a href="./reports/user?id='.$data['user_card_id'].'">' . \common\models\Reports::getFio($data) . '</a>';
},
],