Commit f0ec811f5590d9f5d292d20fe0bae5742b06d441
1 parent
e3f07d67
bugfix
Showing
1 changed file
with
1 additions
and
6 deletions
Show diff stats
backend/views/request/update.php
| ... | ... | @@ -85,12 +85,7 @@ |
| 85 | 85 | ->textInput() ?> |
| 86 | 86 | <?= $form->field($model, 'passport_valid') |
| 87 | 87 | ->textInput() ?> |
| 88 | - <?= $form->field($model, 'need_visa') | |
| 89 | - ->checkbox( | |
| 90 | - [ | |
| 91 | - 'class' => 'flat', | |
| 92 | - ] | |
| 93 | - ) ?> | |
| 88 | + | |
| 94 | 89 | <?= $form->field($model, 'need_visa') |
| 95 | 90 | ->dropDownList( |
| 96 | 91 | [ | ... | ... |