ERPNext Knowledgebase
Tuesday, 19 October 2021
Set current form field through client script
frappe.ui.form.on("Journal Entry", {
after_save: function(frm) {
frm.doc.title = frm.doc.name;
}
});
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment