mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-15 11:09:17 +00:00
form bugfix and otehr minor fixes
This commit is contained in:
@@ -24,7 +24,7 @@ def init():
|
||||
webnotes.http_request = webnotes.auth.HTTPRequest()
|
||||
except webnotes.AuthenticationError, e:
|
||||
pass
|
||||
except webnotes.defs.IllegalDomainException, e:
|
||||
except webnotes.UnknownDomainError, e:
|
||||
print "Location: " + (webnotes.defs.redirect_404)
|
||||
|
||||
def respond():
|
||||
|
||||
Reference in New Issue
Block a user