From 288e4c05dee0102a42df7d3ecd411d3fb59b0684 Mon Sep 17 00:00:00 2001 From: abijah Date: Sat, 11 Jul 2009 15:37:52 +0000 Subject: [PATCH] Added debug link to create all new ledgers git-svn-id: file:///svn-source/pmgr/branches/invoice_receipt_20090629@311 97e9348a-65ac-dc4b-aefc-98561f571b83 --- site/app_controller.php | 1 + 1 file changed, 1 insertion(+) diff --git a/site/app_controller.php b/site/app_controller.php index bdf14ea..1018b63 100644 --- a/site/app_controller.php +++ b/site/app_controller.php @@ -49,6 +49,7 @@ class AppController extends Controller { array('name' => 'Debug', 'header' => true), array('name' => 'Contacts', 'url' => array('controller' => 'contacts', 'action' => 'index')), array('name' => 'Ledgers', 'url' => array('controller' => 'ledgers', 'action' => 'index')), + array('name' => 'New Ledgers', 'url' => array('controller' => 'accounts', 'action' => 'newledger')), array('name' => 'RESET DATA', 'url' => array('controller' => 'accounts', 'action' => 'reset_data')), ); }