Skip to content

Commit 48dce32

Browse files
allow agent edit calllimit
1 parent f76cd97 commit 48dce32

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

build/MagnusBilling-current.tar.gz

194 Bytes
Binary file not shown.

classic/src/view/user/Form.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ Ext.define('MBilling.view.user.Form', {
392392
defaults: {
393393
labelAlign: 'right',
394394
hidden: !haveServiceMenu,
395-
readOnly: !App.user.isAdmin,
395+
readOnly: App.user.isClient,
396396
allowBlank: true,
397397
flex: 1
398398
},

protected/controllers/UserController.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ class UserController extends Controller
8888
'credit',
8989
'id_user',
9090
'id_group_agent',
91-
'calllimit',
9291
'restriction',
9392
'restriction_use',
9493
];

0 commit comments

Comments
 (0)