Преглед изворни кода

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…
Откажи
Сачувај