fixed select options in dialog (#4361)
This commit is contained in:
parent
57dcc98ae8
commit
183c481dd2
1 changed files with 0 additions and 2 deletions
|
|
@ -91,8 +91,6 @@ frappe.ui.form.QuickEntryForm = Class.extend({
|
|||
fields: this.mandatory,
|
||||
});
|
||||
this.dialog.doc = this.doc;
|
||||
// refresh dependencies etc
|
||||
this.dialog.refresh();
|
||||
|
||||
this.register_primary_action();
|
||||
this.render_edit_in_full_page_link();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue