Skip to content

Commit

Permalink
Merge pull request #2651 from frappe/mergify/bp/version-14-hotfix/pr-…
Browse files Browse the repository at this point in the history
…2647

fix: fetch designation in job applicant from job opening (backport #2647)
  • Loading branch information
asmitahase authored Jan 17, 2025
2 parents 2c0504a + 7c1c6a7 commit d4976f9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions hrms/hr/doctype/job_applicant/job_applicant.json
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@
"fieldtype": "Column Break"
},
{
"fetch_from": "job_title.designation",
"fetch_if_empty": 1,
"fieldname": "designation",
"fieldtype": "Link",
Expand All @@ -193,7 +194,7 @@
"idx": 1,
"index_web_pages_for_search": 1,
"links": [],
"modified": "2023-09-14 16:50:39.316079",
"modified": "2025-01-16 13:06:05.312255",
"modified_by": "Administrator",
"module": "HR",
"name": "Job Applicant",
Expand All @@ -219,4 +220,4 @@
"states": [],
"subject_field": "notes",
"title_field": "applicant_name"
}
}

0 comments on commit d4976f9

Please sign in to comment.