From aa5deaa070531dfe0f149fcf2ce07078f3b9a728 Mon Sep 17 00:00:00 2001 From: Nabin Hait Date: Fri, 14 Nov 2014 15:19:07 +0530 Subject: [PATCH] minor fix --- erpnext/buying/doctype/supplier/supplier.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/erpnext/buying/doctype/supplier/supplier.js b/erpnext/buying/doctype/supplier/supplier.js index c3a0f7e491..91ec813169 100644 --- a/erpnext/buying/doctype/supplier/supplier.js +++ b/erpnext/buying/doctype/supplier/supplier.js @@ -23,8 +23,7 @@ cur_frm.cscript.refresh = function(doc, dt, dn) { cur_frm.communication_view = new frappe.views.CommunicationList({ parent: cur_frm.fields_dict.communication_html.wrapper, - doc: doc, - recipients: doc.email_id + doc: doc }); } }