commit | 74c4cc1845d4e40b9387d6f378fc8cf653191f01 | [log] [tgz] |
---|---|---|
author | Anand Doshi <anand@iwebnotes.com> | Mon Dec 03 17:26:35 2012 +0530 |
committer | Anand Doshi <anand@iwebnotes.com> | Mon Dec 03 17:26:35 2012 +0530 |
tree | 36fe282617f4d07d3601fe3ec8462b88d2619001 | |
parent | ec8709b00954b63aca4050a3fb5a379ee7b9bbd6 [diff] |
removed debug=1 in salary manager
diff --git a/hr/doctype/salary_manager/salary_manager.py b/hr/doctype/salary_manager/salary_manager.py index d8f1288..45b78a6 100644 --- a/hr/doctype/salary_manager/salary_manager.py +++ b/hr/doctype/salary_manager/salary_manager.py
@@ -48,7 +48,7 @@ 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