Merge pull request #1573 from KanchanChauhan/doctype-fix
Doctype saving issue fixed
This commit is contained in:
commit
01a0b3e4ad
1 changed files with 4 additions and 4 deletions
|
|
@ -1,5 +1,5 @@
|
|||
frappe.ui.form.on('{doctype}', {
|
||||
refresh: function(frm) {
|
||||
frappe.ui.form.on('{doctype}', {{
|
||||
refresh: function(frm) {{
|
||||
|
||||
}
|
||||
});
|
||||
}}
|
||||
}});
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue