Skip to content

Commit

Permalink
fix: goal score autocompletion
Browse files Browse the repository at this point in the history
(cherry picked from commit 969c2e8)
  • Loading branch information
ruchamahabal authored and mergify[bot] committed May 29, 2024
1 parent daabeb0 commit 3815b58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hrms/hr/doctype/appraisal_cycle/appraisal_cycle.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ frappe.ui.form.on("Appraisal Cycle", {
set_autocompletions_for_final_score_formula: async (frm) => {
const autocompletions = [
{
value: "total_score",
value: "goal_score",
score: 10,
meta: __("Total Goal Score"),
},
Expand Down

0 comments on commit 3815b58

Please sign in to comment.