Commit 85958295ff80c6b11987d791869a089459b5dffc
1 parent
8904e372
-Phone 1 opened for manager
Showing
1 changed file
with
1 additions
and
2 deletions
Show diff stats
views/order/_form.php
... | ... | @@ -198,8 +198,7 @@ JS; |
198 | 198 | |
199 | 199 | <?= $form->field($model, 'name') ?> |
200 | 200 | |
201 | - <?= $form->field($model, 'phone') | |
202 | - ->textInput([ 'readonly' => $user->isAdmin() ? false : true ]) ?> | |
201 | + <?= $form->field($model, 'phone') ?> | |
203 | 202 | |
204 | 203 | <?= $form->field($model, 'phone2') ?> |
205 | 204 | ... | ... |