Skip to content

Instantly share code, notes, and snippets.

@rmehta
Created October 10, 2013 09:12
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/6915421 to your computer and use it in GitHub Desktop.
Save rmehta/6915421 to your computer and use it in GitHub Desktop.
def custom_validate(self):
webnotes.msgprint('I got called')
company_count = 1
if company_count >=0 :
webnotes.msgprint('Error: Test')
raise Exception
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment