Hello Experts!
I want to hide a few columns from Dashboard > Statistics like "assigned" because it is not tallying with other data.
Kindly guide me what is the exact line number in the code to comment.
Thank you.
Hello Experts!
I want to hide a few columns from Dashboard > Statistics like "assigned" because it is not tallying with other data.
Kindly guide me what is the exact line number in the code to comment.
Thank you.
Search is your friend.
I imagine that you would need to edit
/include/class.report.php
circa line: 80, 149, 189, 191, 292
and
/include/staff/dashboard.inc.php
circa line: 113 to 117
As with any customizations, you are on your own.