Moved 'New Deposit' to the correct menu section
git-svn-id: file:///svn-source/pmgr/branches/pre_0.1_work_20090819@751 97e9348a-65ac-dc4b-aefc-98561f571b83
This commit is contained in:
@@ -33,7 +33,7 @@ class TransactionsController extends AppController {
|
||||
$this->sideMenuEnable('CONTROLLER', $this->std_area, false);
|
||||
$this->addSideMenuLink('New Deposit',
|
||||
array('controller' => 'tenders', 'action' => 'deposit'), null,
|
||||
'ACTION');
|
||||
'ACTION', $this->new_area);
|
||||
$this->gridView('Deposits');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user