Skip to content

Instantly share code, notes, and snippets.

@nabinhait
Last active August 29, 2015 14:22
Show Gist options
  • Select an option

  • Save nabinhait/74bcf357dea26d8a132d to your computer and use it in GitHub Desktop.

Select an option

Save nabinhait/74bcf357dea26d8a132d to your computer and use it in GitHub Desktop.
frappe.ui.form.on("Salary Structure Earning", "modified_value", function(frm, cdt, cdn) {
console.log(frm.doc.doctype);
console.log("we are here");
var c = frm.add_child('deductions');
c.d_type = 'Employee CPF';
c.modified_value = 20;
refresh_field("deductions");
// frm.layout.refresh_sections();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment