mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-21 05:59:18 +00:00
fixes to my_company, added secrity settings to restrict by ip, timings
This commit is contained in:
@@ -48,10 +48,9 @@ function startup_setup() {
|
||||
if(r.message){
|
||||
login_file = 'http://' + r.message;
|
||||
}
|
||||
else {
|
||||
|
||||
else if(pscript.is_erpnext_saas) {
|
||||
login_file = 'http://www.erpnext.com';
|
||||
}
|
||||
}
|
||||
// setup toolbar
|
||||
pscript.startup_setup_toolbar();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user