Merge pull request #37575 from krantheman/fix-datepicker-autofocus
This commit is contained in:
commit
f12b5c081b
1 changed files with 1 additions and 1 deletions
|
|
@ -231,7 +231,7 @@ frappe.ui.form.check_mandatory = function (frm) {
|
|||
}
|
||||
|
||||
function scroll_to(fieldname) {
|
||||
if (frm.scroll_to_field(fieldname)) {
|
||||
if (frm.scroll_to_field(fieldname, false)) {
|
||||
frm.scroll_set = true;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue