Browse Source

Update email_account.js (#3076)

version-14
Neil Trini Lasrado 8 years ago
committed by Rushabh Mehta
parent
commit
5761fd5569
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      frappe/email/doctype/email_account/email_account.js

+ 1
- 2
frappe/email/doctype/email_account/email_account.js View File

@@ -69,7 +69,6 @@ frappe.email_defaults_pop = {

frappe.ui.form.on("Email Account", {
service: function(frm) {
console.log(frm.doc.service, frappe.email_defaults[frm.doc.service])
$.each(frappe.email_defaults[frm.doc.service], function(key, value) {
frm.set_value(key, value);
})
@@ -189,4 +188,4 @@ frappe.ui.form.on("Email Account", {
});
}
}
});
});

Loading…
Cancel
Save