[FIX] PMS: Key result create form not loading

This commit is contained in:
Horilla
2024-04-04 10:34:41 +05:30
parent c9671f79f4
commit 2a5a3b5e13
3 changed files with 13 additions and 4 deletions

View File

@@ -436,7 +436,7 @@ class KRForm(MF):
})
if progress_type == '%' and target_value > 100 :
raise ValidationError({
'target_value':'Target value cannot be greater than zero for progress type "percentage"'
'target_value':'Target value cannot be greater than hundred for progress type "percentage"'
})
class KeyResultForm(ModelForm):