Commit b4423d524dc6f5c7776c8a867e24e12cd69669c6

Authored by Alexey Boroda
1 parent 8b1e29a6

-Orders fixed

Showing 1 changed file with 4 additions and 4 deletions   Show diff stats
views/order/_form.php
@@ -21,10 +21,10 @@ @@ -21,10 +21,10 @@
21 <?php $form = ActiveForm::begin(); ?> 21 <?php $form = ActiveForm::begin(); ?>
22 22
23 <?php 23 <?php
24 - if ($model->isNewRecord) {  
25 - echo $form->field($model, 'user_id')  
26 - ->textInput();  
27 - } 24 +// if ($model->isNewRecord) {
  25 +// echo $form->field($model, 'user_id')
  26 +// ->textInput();
  27 +// }
28 ?> 28 ?>
29 29
30 <?= $form->field($model, 'name') 30 <?= $form->field($model, 'name')