fixed select options in dialog (#4361)

This commit is contained in:
Shreya Shah 2017-10-27 15:06:07 +05:30 committed by Rushabh Mehta
parent 57dcc98ae8
commit 183c481dd2

View file

@ -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();