Procházet zdrojové kódy

Minor fix in client.get_value

version-14
Nabin Hait před 8 roky
rodič
revize
b7dcc47032
1 změnil soubory, kde provedl 0 přidání a 1 odebrání
  1. +0
    -1
      frappe/client.py

+ 0
- 1
frappe/client.py Zobrazit soubor

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


Načítá se…
Zrušit
Uložit