Commit 17ac08182bdc3569c1e798b86191527683420f6f
1 parent
efd4f35b
customer update
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
src/app/backend/views/customers/addEdit.php
... | ... | @@ -28,9 +28,9 @@ |
28 | 28 | <?php if(isset( $users_group ) && !empty( $users_group)) { |
29 | 29 | foreach($users_group as $group){ |
30 | 30 | if(isset( $page['0']['groups'] ) && !empty( $page['0']['groups'])):?> |
31 | - <option value="<?= $group['id']?>" <?php if($group['id']==$page[0]['users_group_id']) echo 'selected="selected"'; ?>><?= $group['name']?></option> | |
31 | + <option value="<?= $group['id']?>" <?php if($group['id']==$page[0]['users_group_id']) echo 'selected="selected"'; ?>><?= $group['name']?>1</option> | |
32 | 32 | <?php else: ?> |
33 | - <option value="<?= $group['id']?>"><?= $group['name']?></option> | |
33 | + <option value="<?= $group['id']?>"><?= $group['name']?>2</option> | |
34 | 34 | <?php endif; |
35 | 35 | } |
36 | 36 | }?> | ... | ... |