Redirect Edit User screen for super admins
This commit is contained in:
parent
fe0485e66b
commit
5745288113
2 changed files with 5 additions and 1 deletions
|
@ -5,7 +5,7 @@ define('VAT_RATE', 19.00);
|
|||
class BillingController extends Zend_Controller_Action {
|
||||
|
||||
public function init()
|
||||
{
|
||||
{
|
||||
//Two of the actions in this controller return JSON because they're used for AJAX:
|
||||
$ajaxContext = $this->_helper->getHelper('AjaxContext');
|
||||
$ajaxContext->addActionContext('vat-validator', 'json')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue