From 33a7f28113c4b2d5d03dca842db23264a82646e5 Mon Sep 17 00:00:00 2001 From: Rushabh Mehta Date: Wed, 6 Jul 2011 10:42:21 +0530 Subject: [PATCH] fixes no trial --- startup/startup.js | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/startup/startup.js b/startup/startup.js index 0b14391b5d8..a93906c3be0 100644 --- a/startup/startup.js +++ b/startup/startup.js @@ -448,7 +448,7 @@ pscript.startup_setup_toolbar = function() { // Manage account // -------------- if(is_system_manager) { - $td(menu_tab,0,3).innerHTML = 'Billing'; + $td(menu_tab,0,3).innerHTML = 'Billing'; } } else{ @@ -468,17 +468,6 @@ pscript.startup_setup_toolbar = function() { } -// ==================================================================== - -pscript.go_to_account_settings = function() { - callback = function(r, rt) { - if(r.exc) { msgprint(r.exc); } - else { msgprint('' - + 'Click here to open Account Settings in a new page') } - } - $c_page('home', 'my_company', 'get_account_settings_url', '', callback) -} - // chart of accounts // ==================================================================== show_chart_browser = function(nm, chart_type){