Skip to content

Commit

Permalink
fix: formula checkbox label
Browse files Browse the repository at this point in the history
  • Loading branch information
ruchamahabal committed May 29, 2024
1 parent 401d2f0 commit 3a8091d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions hrms/hr/doctype/appraisal_cycle/appraisal_cycle.json
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@
"read_only": 1
},
{
"depends_on": "eval:doc.calculate_final_score_based_on_formula === 1;",
"depends_on": "calculate_final_score_based_on_formula",
"fieldname": "final_score_formula",
"fieldtype": "Code",
"label": "Final Score Formula",
Expand All @@ -170,7 +170,7 @@
"default": "0",
"fieldname": "calculate_final_score_based_on_formula",
"fieldtype": "Check",
"label": "Calculate final score based on formula"
"label": "Calculate Final Score based on Formula"
},
{
"fieldname": "column_break_wpgg",
Expand All @@ -192,7 +192,7 @@
"link_fieldname": "appraisal_cycle"
}
],
"modified": "2024-04-16 13:15:55.493958",
"modified": "2024-05-29 16:45:22.291678",
"modified_by": "Administrator",
"module": "HR",
"name": "Appraisal Cycle",
Expand Down

0 comments on commit 3a8091d

Please sign in to comment.