From 183c481dd2ba2911d201c4d74d3f4170bf8aa2d5 Mon Sep 17 00:00:00 2001 From: Shreya Shah Date: Fri, 27 Oct 2017 15:06:07 +0530 Subject: [PATCH] fixed select options in dialog (#4361) --- frappe/public/js/frappe/form/quick_entry.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/frappe/public/js/frappe/form/quick_entry.js b/frappe/public/js/frappe/form/quick_entry.js index f3f5e55d71..031982392d 100644 --- a/frappe/public/js/frappe/form/quick_entry.js +++ b/frappe/public/js/frappe/form/quick_entry.js @@ -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();