mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-22 14:39:19 +00:00
fix: column width in Recruitment analytics report (#25003)
Co-authored-by: Afshan <33727827+AfshanKhan@users.noreply.github.com>
This commit is contained in:
@@ -31,7 +31,7 @@ def get_columns():
|
|||||||
"fieldtype": "Link",
|
"fieldtype": "Link",
|
||||||
"fieldname": "job_opening",
|
"fieldname": "job_opening",
|
||||||
"options": "Job Opening",
|
"options": "Job Opening",
|
||||||
"width": 100
|
"width": 105
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": _("Job Applicant"),
|
"label": _("Job Applicant"),
|
||||||
@@ -44,13 +44,13 @@ def get_columns():
|
|||||||
"label": _("Applicant name"),
|
"label": _("Applicant name"),
|
||||||
"fieldtype": "data",
|
"fieldtype": "data",
|
||||||
"fieldname": "applicant_name",
|
"fieldname": "applicant_name",
|
||||||
"width": 120
|
"width": 130
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": _("Application Status"),
|
"label": _("Application Status"),
|
||||||
"fieldtype": "Data",
|
"fieldtype": "Data",
|
||||||
"fieldname": "application_status",
|
"fieldname": "application_status",
|
||||||
"width": 100
|
"width": 150
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": _("Job Offer"),
|
"label": _("Job Offer"),
|
||||||
|
|||||||
Reference in New Issue
Block a user