This commit is contained in:
drigato 2014-06-20 17:29:56 -04:00
parent 5d0ea2d015
commit 25e4036d2f
1 changed files with 1 additions and 1 deletions
airtime_mvc/application/configs

View File

@ -155,7 +155,7 @@ $pages = array(
'resource' => 'billing' 'resource' => 'billing'
), ),
array( array(
'label' => _('View Invocices'), 'label' => _('View Invoices'),
'module' => 'default', 'module' => 'default',
'controller' => 'billing', 'controller' => 'billing',
'action' => 'invoices', 'action' => 'invoices',