fix: Change Department fieldtype to Link in Leave Balance Report (#32252)
Co-authored-by: Nihantra C. Patel <n.patel.serpentcs@gmail.com>
This commit is contained in:
@@ -22,9 +22,9 @@ def execute(filters=None):
|
||||
|
||||
def get_columns(leave_types):
|
||||
columns = [
|
||||
_("Employee") + ":Link.Employee:150",
|
||||
_("Employee") + ":Link/Employee:150",
|
||||
_("Employee Name") + "::200",
|
||||
_("Department") + "::150",
|
||||
_("Department") + ":Link/Department:150",
|
||||
]
|
||||
|
||||
for leave_type in leave_types:
|
||||
|
||||
Reference in New Issue
Block a user