[fix] make grids editable

This commit is contained in:
Rushabh Mehta
2016-07-11 13:01:44 +05:30
parent cca33b2ff0
commit 391c0efcee
99 changed files with 961 additions and 153 deletions

View File

@@ -435,6 +435,9 @@ def login_as_first_user(args):
frappe.local.login_manager.login_as(args.get("email"))
def create_users(args):
if frappe.session.user == 'Administrator':
return
# create employee for self
emp = frappe.get_doc({
"doctype": "Employee",