Browse Source

[Fix] Unable to open calendar view of the task (#3727)

version-14
rohitwaghchaure 8 years ago
committed by Makarand Bauskar
parent
commit
019619958a
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      frappe/desk/reportview.py

+ 3
- 0
frappe/desk/reportview.py View File

@@ -336,6 +336,9 @@ def build_match_conditions(doctype, as_condition=True):

def get_filters_cond(doctype, filters, conditions, ignore_permissions=None, with_match_conditions=False):
if filters:
if isinstance(filters, basestring):
filters = json.loads(filters)

flt = filters
if isinstance(filters, dict):
filters = filters.items()


Loading…
Cancel
Save