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