fix: column width in Recruitment Analytics report (#25074)
This commit is contained in:
parent
6be78db62c
commit
91a8a74d54
@ -31,7 +31,7 @@ def get_columns():
|
||||
"fieldtype": "Link",
|
||||
"fieldname": "job_opening",
|
||||
"options": "Job Opening",
|
||||
"width": 100
|
||||
"width": 105
|
||||
},
|
||||
{
|
||||
"label": _("Job Applicant"),
|
||||
@ -44,13 +44,13 @@ def get_columns():
|
||||
"label": _("Applicant name"),
|
||||
"fieldtype": "data",
|
||||
"fieldname": "applicant_name",
|
||||
"width": 120
|
||||
"width": 130
|
||||
},
|
||||
{
|
||||
"label": _("Application Status"),
|
||||
"fieldtype": "Data",
|
||||
"fieldname": "application_status",
|
||||
"width": 100
|
||||
"width": 150
|
||||
},
|
||||
{
|
||||
"label": _("Job Offer"),
|
||||
@ -187,4 +187,4 @@ def get_job_offer(ja_list):
|
||||
else:
|
||||
ja_joff_map[offer.job_applicant].append(offer)
|
||||
|
||||
return ja_joff_map
|
||||
return ja_joff_map
|
||||
|
Loading…
x
Reference in New Issue
Block a user