diff --git a/hr/doctype/salary_manager/test_salary_manager.py b/hr/doctype/salary_manager/test_salary_manager.py index e3df804b0d..c7d086747c 100644 --- a/hr/doctype/salary_manager/test_salary_manager.py +++ b/hr/doctype/salary_manager/test_salary_manager.py @@ -5,7 +5,7 @@ from webnotes.model.doc import Document from webnotes.model.code import get_obj sql = webnotes.conn.sql -class TestSalarySlip(unittest.TestCase): +class TestSalaryManager(unittest.TestCase): def setUp(self): webnotes.conn.begin() for rec in [des1, dep1, branch1, grade1, comp1, emp1, emp2]: diff --git a/patches/patch.py b/patches/patch.py index b33e1a15bd..6bb134febe 100644 --- a/patches/patch.py +++ b/patches/patch.py @@ -1,7 +1,9 @@ # REMEMBER to update this # ======================== -last_patch = 350 + +last_patch = 351 + #------------------------------------------- def execute(patch_no): @@ -273,3 +275,5 @@ def execute(patch_no): elif patch_no == 350: reload_doc('stock', 'doctype', 'delivery_note_detail') reload_doc('stock', 'doctype', 'item_customer_detail') + elif patch_no == 351: + reload_doc('home', 'page', 'dashboard')