Merge pull request #1573 from KanchanChauhan/doctype-fix

Doctype saving issue fixed
This commit is contained in:
Anand Doshi 2016-02-16 13:02:17 +05:30
commit 01a0b3e4ad

View file

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