Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@rmehta
Created July 14, 2016 01:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rmehta/d297b4184f5d056a9239e188b7003b3f to your computer and use it in GitHub Desktop.
Save rmehta/d297b4184f5d056a9239e188b7003b3f to your computer and use it in GitHub Desktop.
frappe.ui.form.on('Your DocType', 'button', function(frm) {
frm.set_value('total', frm.doc.value1 + frm.doc.value2 + frm.doc.value3);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment