removed debug=1 in salary manager
This commit is contained in:
parent
ec8709b009
commit
74c4cc1845
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user