[minor] [fix] autoset abbreviation if company name is set in complete setup
This commit is contained in:
parent
c8f4bda9a2
commit
9c2bb0e1db
@ -116,6 +116,7 @@ $.extend(erpnext.complete_setup, {
|
||||
var inp = d.fields_dict.company_name.input;
|
||||
inp.value = wn.control_panel.company_name;
|
||||
inp.disabled = true;
|
||||
d.fields_dict.company_name.$input.trigger("change");
|
||||
}
|
||||
|
||||
// set first name, last name
|
||||
|
Loading…
Reference in New Issue
Block a user