This website works better with JavaScript.
Home
Explore
Help
Sign In
anoopmb
/
frappe
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
[hotfix] doc.get (
#4564
)
version-14
Faris Ansari
7 years ago
committed by
Rushabh Mehta
parent
605138f03e
commit
895f6605e9
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
frappe/model/base_document.py
+ 3
- 0
frappe/model/base_document.py
View File
@@ -791,6 +791,9 @@ def _filter(data, filters, limit=None):
out, _filters = [], {}
if not data:
return out
# setup filters as tuples
if filters:
for f in filters:
Write
Preview
Loading…
Cancel
Save