Переглянути джерело

Minor fix in client.get_value

version-14
Nabin Hait 8 роки тому
джерело
коміт
b7dcc47032
1 змінених файлів з 0 додано та 1 видалено
  1. +0
    -1
      frappe/client.py

+ 0
- 1
frappe/client.py Переглянути файл

@@ -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


Завантаження…
Відмінити
Зберегти