Add a column via Php code

Submitted by teo80 on 2012-01-12

Hi,
I need a 'correct' and ordinal issues numbering ... so i've added a record counter into the "issues" MySql table to allow me to view ordinal issues ... so i'm going directly via source code.
I need to add a 'fixed' column into the PHP file that show me the grid with the issues.
Can you please tell me which file to modify ?

"I need to add a 'fixed' column into the PHP file that show me the grid with the issues ordinal number"

- system/api/querygenerator.inc.php to add the column to the query retrieving issues
- client/issueslist.inc.php to pass the value to the view
- client/issueslist.html.php to display the value

Regards,
Michał