Matas Labasauskas schrieb:
Hello,
nobody can help me with this question?

------------------------------------------------------------------------

_______________________________________________
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
Support or consulting for your OTRS system?
=> http://www.otrs.com/

Here is your solution.

in line 86 of the file
/$OTRSHOME/Kernel/Output/HTML/Standard/CustomerTicket.dtl

find
<input type="text" name="Subject" value="$QData{"Subject"}" size="70">

replace with
<input type="hidden" name="Subject" value="Customer Ticket" size="70">

"Customer Ticket" can be replaced with your own desired text

in line 132 of the file /$OTRSHOME/Kernel/Output/HTML/Standard/CustomerZoom.dtl

find
<input type="text" name="Subject" value="$QData{"Subject"}" size="70">


replace with
<input type="hidden" name="Subject" value="Customer Update" size="70">

"Customer Update" can be replaced with your own desired text.

The subject must be defined, or you must remove the function submit_compose()

I hope this helps,


Shawn

_______________________________________________
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
Support or consulting for your OTRS system?
=> http://www.otrs.com/

Reply via email to