reload dashboard
This commit is contained in:
parent
7282fce711
commit
93592132b2
@ -5,7 +5,7 @@ from webnotes.model.doc import Document
|
|||||||
from webnotes.model.code import get_obj
|
from webnotes.model.code import get_obj
|
||||||
sql = webnotes.conn.sql
|
sql = webnotes.conn.sql
|
||||||
|
|
||||||
class TestSalarySlip(unittest.TestCase):
|
class TestSalaryManager(unittest.TestCase):
|
||||||
def setUp(self):
|
def setUp(self):
|
||||||
webnotes.conn.begin()
|
webnotes.conn.begin()
|
||||||
for rec in [des1, dep1, branch1, grade1, comp1, emp1, emp2]:
|
for rec in [des1, dep1, branch1, grade1, comp1, emp1, emp2]:
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# REMEMBER to update this
|
# REMEMBER to update this
|
||||||
# ========================
|
# ========================
|
||||||
|
|
||||||
last_patch = 350
|
last_patch = 351
|
||||||
|
|
||||||
#-------------------------------------------
|
#-------------------------------------------
|
||||||
|
|
||||||
@ -272,3 +272,5 @@ def execute(patch_no):
|
|||||||
elif patch_no == 350:
|
elif patch_no == 350:
|
||||||
reload_doc('stock', 'doctype', 'delivery_note_detail')
|
reload_doc('stock', 'doctype', 'delivery_note_detail')
|
||||||
reload_doc('stock', 'doctype', 'item_customer_detail')
|
reload_doc('stock', 'doctype', 'item_customer_detail')
|
||||||
|
elif patch_no == 351:
|
||||||
|
reload_doc('home', 'page', 'dashboard')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user