Browse Source

fix: job applicant link issue (#25934)

develop
Jannat Patel 3 years ago
committed by GitHub
parent
commit
44815393b3
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      erpnext/hr/doctype/job_applicant/job_applicant_list.js

2
erpnext/hr/doctype/job_applicant/job_applicant_list.js

@ -2,7 +2,7 @@
// MIT License. See license.txt
frappe.listview_settings['Job Applicant'] = {
add_fields: ["company", "designation", "job_applicant", "status"],
add_fields: ["status"],
get_indicator: function (doc) {
if (doc.status == "Accepted") {
return [__(doc.status), "green", "status,=," + doc.status];

Loading…
Cancel
Save