Browse Source

Merge branch 'dev'

master
Guillaume 3 years ago
parent
commit
c9b4c71a45
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      backend/views/user/create.php

+ 2
- 1
backend/views/user/create.php View File

<?php else: ?> <?php else: ?>
<?= $this->render('_form', [ <?= $this->render('_form', [
'model' => $model, 'model' => $model,
'pointsSaleArray' => $pointsSaleArray
'pointsSaleArray' => $pointsSaleArray,
'userGroupsArray' => $userGroupsArray,
]) ?> ]) ?>
<?php endif; ?> <?php endif; ?>
</div> </div>

Loading…
Cancel
Save