Ver a proveniência

Minor fix in client.get_value

version-14
Nabin Hait há 8 anos
ascendente
cometimento
b7dcc47032
1 ficheiros alterados com 0 adições e 1 eliminações
  1. +0
    -1
      frappe/client.py

+ 0
- 1
frappe/client.py Ver ficheiro

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


Carregando…
Cancelar
Guardar