このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
anoopmb
/
frappe
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
0
Wiki
アクティビティ
ソースを参照
Minor fix in client.get_value
version-14
Nabin Hait
8年前
親
8e362dfe56
コミット
b7dcc47032
1個のファイルの変更
、
0行の追加
、
1行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+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
書き込み
プレビュー
読み込み中…
キャンセル
保存