Browse Source

Minor fix in client.get_value (#3852)

version-14
Nabin Hait 8 years ago
committed by Rushabh Mehta
parent
commit
e504671de8
1 changed files with 0 additions and 1 deletions
  1. +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


Loading…
Cancel
Save