Hi all,
Here's a patch that adds a ticket type to tickets in
TTS2. Current types are:
Problem Report
Change Request
Support Request.
Before you can use this patch, you MUST manually add a
column to your database using the SQL command:
ALTER TABLE mgw_tts2 ADD (id_tickettype INT(11) NOT
NULL DEFAULT 0);
NOTE: Before adding this patch, you must also add
patch# 1245415 (option to restrict users to their own
info only).
This patch was created for MGW 0.7.3
Have fun!
Logged In: YES
user_id=1309205
Patch will be resubmitted