Skip to content

Instantly share code, notes, and snippets.

@rmehta
Created April 8, 2016 06:55
Show Gist options
  • Save rmehta/ce2680b26e0ff14cf3b3c11d48bce2d1 to your computer and use it in GitHub Desktop.
Save rmehta/ce2680b26e0ff14cf3b3c11d48bce2d1 to your computer and use it in GitHub Desktop.
doc = frappe.get_doc(doctype, name)
if hasattr(doc, 'has_web_form_permission'):
if not doc.has_web_form_permission():
return False
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment