Appraisal score allowed to be fraction

This commit is contained in:
Nabin Hait
2011-09-22 11:09:02 +05:30
parent 89b98ebca9
commit 8bc34d87ac
5 changed files with 268 additions and 288 deletions

View File

@@ -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')