I have the following code in my Kernel/Config.pm file:
# Add extra ticket fields
$Self->{"TicketFreeKey1"} = {
'' => '-',
'InventoryNumber' => 'Inventory number',
};
I then changed the code in CustomerMessageNew.dtl to read
<tr>
<td>Inventory number:</td>
<td>$Data{"TicketFreeKey1"}</td>
</tr>The intent is to have a text box so that the customer can type in the inventory number on their computer and to have that inventory number automatically populate the FreeKey1 field for the ticket.
How do I get this to work?
Thanks.
_______________________________________________ OTRS mailing list: dev - Webpage: http://otrs.org/ Archive: http://lists.otrs.org/pipermail/dev To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/dev
