Add staff name who created the ticket in printout form

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
loupo
Posts: 10
Joined: Mon Sep 08, 2014 8:39 pm

Add staff name who created the ticket in printout form

Post by loupo »

Hi,
how can i add staff name who created the ticket in printout form?
Klemen
Site Admin
Posts: 10147
Joined: Fri Feb 11, 2005 4:04 pm

Re: Add staff name who created the ticket in printout form

Post by Klemen »

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.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image 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
loupo
Posts: 10
Joined: Mon Sep 08, 2014 8:39 pm

Re: Add staff name who created the ticket in printout form

Post by loupo »

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
Post Reply