add resume tariff column to user_card table

This commit is contained in:
iIronside
2022-11-17 12:40:22 +03:00
parent 0f8aa34b4f
commit 816b39fc74
6 changed files with 53 additions and 3 deletions

View File

@ -120,6 +120,7 @@ use yii\widgets\ActiveForm;
<?php if (Yii::$app->user->can('confidential_information')): ?>
<div class="col-xs-6">
<?= $form->field($model, 'salary')->textInput(['maxlength' => true]) ?>
<?= $form->field($model, 'resume_tariff')->textInput(['maxlength' => true]) ?>
</div>
<?php endif; ?>
<div class="col-xs-6">