mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-22 14:39:19 +00:00
changes related to my_company page moved to home
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
if(user == 'Guest'){
|
||||
fif(user == 'Guest'){
|
||||
$dh(page_body.left_sidebar);
|
||||
}
|
||||
|
||||
@@ -476,7 +476,7 @@ pscript.go_to_account_settings = function() {
|
||||
else { msgprint('<a href="' + r.message + '" target="_blank">'
|
||||
+ 'Click here to open Account Settings in a new page</a>') }
|
||||
}
|
||||
$c_page('my_company', 'my_company', 'get_account_settings_url', '', callback)
|
||||
$c_page('home', 'my_company', 'get_account_settings_url', '', callback)
|
||||
}
|
||||
|
||||
// chart of accounts
|
||||
|
||||
Reference in New Issue
Block a user