Skip to content

Instantly share code, notes, and snippets.

@GreyMark7650
Created May 1, 2013 08:21
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 GreyMark7650/5494306 to your computer and use it in GitHub Desktop.
Save GreyMark7650/5494306 to your computer and use it in GitHub Desktop.
Client side script to hide a button
cur_frm.cscript.custom_refresh = function(doc)
{
//alert(doc.__islocal ? 0 : 1);
cur_frm.toggle_display("next_id", doc.__islocal ? 1 : 0);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment