瀏覽代碼

Merge branch 'dev'

prodstable
Guillaume 3 年之前
父節點
當前提交
c9b4c71a45
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. +2
    -1
      backend/views/user/create.php

+ 2
- 1
backend/views/user/create.php 查看文件

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

Loading…
取消
儲存