Hi,
I'm new to the OS ticket and using 1.6.0 stable. I've introduced a new column (purpose is to add a staff editable man-hour field to the system. Staff have to be insert the man-hour in ticket view page, after the ticket has been created by the client. And the man-hour value have to be editable at anytime.)
to the TICKET_TABLE and have coded following
- coded a form for type hours in viewticket.inc.php its also diplaying the added man-hour.
- and defined a new variable and a constructor in the class.ticket.php
- defined set / get functions in the class.ticket.php
My main problem is where to point my man-hour form's action="????????"
I think it shoud call the get function from the class.ticket.php
I refered all other forms and could not identify the action.
Please someone could help me.