mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-13 18:21:22 +00:00
Appraisal score allowed to be fraction
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# REMEMBER to update this
|
||||
# ========================
|
||||
|
||||
last_patch = 368
|
||||
last_patch = 369
|
||||
|
||||
#-------------------------------------------
|
||||
|
||||
@@ -355,3 +355,6 @@ def execute(patch_no):
|
||||
]
|
||||
for d in t:
|
||||
nestedset.rebuild_tree(d[0], d[1])
|
||||
elif patch_no == 369:
|
||||
reload_doc('hr', 'doctype', 'appraisal')
|
||||
reload_doc('hr', 'doctype', 'appraisal_detail')
|
||||
|
||||
Reference in New Issue
Block a user