removed debug=1 in salary manager

This commit is contained in:
Anand Doshi 2012-12-03 17:26:35 +05:30
parent ec8709b009
commit 74c4cc1845

View File

@ -48,7 +48,7 @@ class DocType:
from `tabEmployee` t1, `tabSalary Structure` t2
where t1.docstatus!=2 and t2.docstatus != 2
and t1.name = t2.employee
%s """% cond, debug=1)
%s """% cond)
return emp_list