ソースを参照

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


読み込み中…
キャンセル
保存