Hi,
how can i add staff name who created the ticket in printout form?
Add staff name who created the ticket in printout form
Moderator: mkoch227
Re: Add staff name who created the ticket in printout form
In 2.6.0 I have included logging of who created ticket to the database structure so it will be easy to do that.
In 2.5.5 you would have to extract it from $ticket['history'] variable.
In 2.5.5 you would have to extract it from $ticket['history'] variable.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
You should follow me on Twitter here
Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools


Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Re: Add staff name who created the ticket in printout form
Thanks Klemen
I am doing it using $ticket['history'] but that variable is updated every time that ticket change.
I will wait for 2.6
Thanks in advance
I am doing it using $ticket['history'] but that variable is updated every time that ticket change.
I will wait for 2.6
Thanks in advance