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
Minor fix in client.get_value (
#3852
)
version-14
Nabin Hait
8 years ago
committed by
Rushabh Mehta
parent
9d9cef9c0b
commit
e504671de8
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
frappe/client.py
+ 0
- 1
frappe/client.py
View File
@@ -69,7 +69,6 @@ def get_value(doctype, fieldname, filters=None, as_dict=True, debug=False):
fieldname = json.loads(fieldname)
except (TypeError, ValueError):
# name passed, not json
fieldname = "name"
pass
# check whether the used filters were really parseable and usable
Write
Preview
Loading…
Cancel
Save