Bläddra i källkod

Minor fix in client.get_value (#3852)

version-14
Nabin Hait 8 år sedan
committed by Rushabh Mehta
förälder
incheckning
e504671de8
1 ändrade filer med 0 tillägg och 1 borttagningar
  1. +0
    -1
      frappe/client.py

+ 0
- 1
frappe/client.py Visa fil

@@ -69,7 +69,6 @@ def get_value(doctype, fieldname, filters=None, as_dict=True, debug=False):
fieldname = json.loads(fieldname) fieldname = json.loads(fieldname)
except (TypeError, ValueError): except (TypeError, ValueError):
# name passed, not json # name passed, not json
fieldname = "name"
pass pass


# check whether the used filters were really parseable and usable # check whether the used filters were really parseable and usable


Laddar…
Avbryt
Spara