Doctype saving issue fixed

This commit is contained in:
KanchanChauhan 2016-02-16 12:22:12 +05:30
parent f2710da036
commit a8369a2898

View file

@ -1,5 +1,5 @@
frappe.ui.form.on('{doctype}', {
refresh: function(frm) {
frappe.ui.form.on('{doctype}', {{
refresh: function(frm) {{
}
});
}}
}});