Doctype saving issue fixed
This commit is contained in:
parent
f2710da036
commit
a8369a2898
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