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:
abijah
2009-08-23 20:23:13 +00:00
parent 5ad28c809b
commit a9410b1351

View File

@@ -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');
}