removed debug

This commit is contained in:
Nabin Hait 2015-05-25 14:46:12 +05:30
parent 43539673cc
commit b62068f784

View File

@ -42,7 +42,7 @@ def get_entries(filters):
where st.parent = dt.name and dt.name = dt_item.parent and st.parenttype = %s
and dt.docstatus = 1 %s order by st.sales_person, dt.name desc""" %
(date_field, filters["doc_type"], filters["doc_type"], '%s', conditions),
tuple([filters["doc_type"]] + values), as_dict=1, debug=1)
tuple([filters["doc_type"]] + values), as_dict=1)
return entries