Fixed version conflict

This commit is contained in:
Nabin Hait
2016-10-19 16:49:36 +05:30
10 changed files with 113 additions and 27 deletions

View File

@@ -17,8 +17,6 @@ class TestSalarySlip(unittest.TestCase):
for dt in ["Leave Application", "Leave Allocation", "Salary Slip"]:
frappe.db.sql("delete from `tab%s`" % dt)
make_allocation_record(leave_type="_Test Leave Type LWP")
self.make_holiday_list()
frappe.db.set_value("Company", erpnext.get_default_company(), "default_holiday_list", "Salary Slip Test Holiday List")