edit ticket custom field
Hi everyone.
Using the complete mod on page 14 made a custom field work fully for me.
Thanks Frink09 and jkisner.
I wonder if there is any way to get the "edit ticket" page to be able to edit the custom field also.
I tried adding the field to the file: /html/include/staff/editticket.inc.php
and the field shows up with current content show, but the changes aren't written to the database when I click "update ticket".
It feels as if more files than editticket.inc.php needs to be changed.
editticket.inc.php modifications:
line 11
'company' =>$ticket->getCompany(),
line 54
<tr>
<td align="left" ><b>Company Name:</b></td>
<td>
<input type="text" id="company" name="company" size="25" value="<?=$info?>">
<font class="error"><b>*</b> <?=$errors?></font>
</td>
</tr>
Has anyone gotten this to work ?
Cheers
//Hakan