mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-29 18:04:46 +00:00
[cleanup] moved company to top section, hide company if only one exists, changed field labels
This commit is contained in:
@@ -71,12 +71,6 @@ erpnext.startup.start = function() {
|
||||
}
|
||||
}
|
||||
|
||||
erpnext.hide_naming_series = function() {
|
||||
if(cur_frm.fields_dict.naming_series) {
|
||||
cur_frm.toggle_display("naming_series", cur_frm.doc.__islocal?true:false);
|
||||
}
|
||||
}
|
||||
|
||||
erpnext.setup_mousetrap = function() {
|
||||
$(document).keydown("meta+g ctrl+g", function(e) {
|
||||
wn.ui.toolbar.search.show();
|
||||
|
||||
Reference in New Issue
Block a user