Browse Source

Merge branch 'dev' of framagit.org:guillaume-bourgeois/distrib into dev

refactoring
Guillaume 3 years ago
parent
commit
9dbf0a625f
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

@@ -50,7 +50,8 @@ $this->addBreadcrumb('Ajouter') ;
<?php else: ?>
<?= $this->render('_form', [
'model' => $model,
'pointsSaleArray' => $pointsSaleArray
'pointsSaleArray' => $pointsSaleArray,
'userGroupsArray' => $userGroupsArray,
]) ?>
<?php endif; ?>
</div>

Loading…
Cancel
Save