Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
anoopmb
/
frappe
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
Minor fix in client.get_value
version-14
Nabin Hait
8 anni fa
parent
8e362dfe56
commit
b7dcc47032
1 ha cambiato i file
con
0 aggiunte
e
1 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+0
-1
frappe/client.py
+ 0
- 1
frappe/client.py
Vedi File
@@ -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
Scrivi
Anteprima
Caricamento…
Annulla
Salva