Page 1 of 1
Add staff name who created the ticket in printout form
Posted: Sat Sep 20, 2014 7:36 pm
by loupo
Hi,
how can i add staff name who created the ticket in printout form?
Re: Add staff name who created the ticket in printout form
Posted: Mon Sep 22, 2014 3:47 pm
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.
Re: Add staff name who created the ticket in printout form
Posted: Mon Sep 22, 2014 4:13 pm
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