Add billing section to main menu
This commit is contained in:
parent
497841225b
commit
5d0ea2d015
3 changed files with 30 additions and 2 deletions
|
@ -59,7 +59,7 @@ $ccAcl->allow('G', 'index')
|
|||
->allow('A', 'user')
|
||||
->allow('A', 'systemstatus')
|
||||
->allow('A', 'preference')
|
||||
->allow('A', 'billing');
|
||||
->allow('S', 'billing');
|
||||
|
||||
|
||||
$aclPlugin = new Zend_Controller_Plugin_Acl($ccAcl);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue