Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ernestoruiz89/9af8f7f7296e90cf3bf224e999833b4b to your computer and use it in GitHub Desktop.
Save ernestoruiz89/9af8f7f7296e90cf3bf224e999833b4b to your computer and use it in GitHub Desktop.
frappe.ui.form.on('Issue', {
refresh: function(frm) {
frm.fields_dict['sb_details'].wrapper.css('background-color', 'lightblue');
frm.fields_dict['section_break_19'].wrapper.css('background-color', 'gold');
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment