This website works better with JavaScript.
Home
Explore
Help
Sign In
anoopmb
/
frappe
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
fixed test cases
version-14
Anand Doshi
10 years ago
parent
123957c483
commit
8b6550416a
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
frappe/__init__.py
+ 1
- 0
frappe/__init__.py
View File
@@ -272,6 +272,7 @@ def set_user(username):
local.session.data = _dict()
local.role_permissions = {}
local.new_doc_templates = {}
local.user_obj = None
def get_user():
from frappe.utils.user import User
Write
Preview
Loading…
Cancel
Save