[otrs-cvs] CVS: otrs/Kernel/Modules AgentTicketPrint.pm,1.31,1.32
cvs-log at otrs.org
cvs-log at otrs.org
Mon Oct 2 15:55:05 CEST 2006
Update of /home/cvs/otrs/Kernel/Modules
In directory lancelot:/tmp/cvs-serv30086/Kernel/Modules
Modified Files:
AgentTicketPrint.pm
Log Message:
improved html and pdf output
Index: AgentTicketPrint.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/Modules/AgentTicketPrint.pm,v
retrieving revision 1.31
retrieving revision 1.32
diff -C2 -r1.31 -r1.32
*** AgentTicketPrint.pm 30 Sep 2006 17:03:32 -0000 1.31
--- AgentTicketPrint.pm 2 Oct 2006 12:55:02 -0000 1.32
***************
*** 178,186 ****
UserData => \%UserInfo,
);
- # output linked objects
- $Self->_PDFOutputLinkedObjects(
- PageData => \%Page,
- LinkData => \%Links,
- );
# output ticket freetext fields
$Self->_PDFOutputTicketFreeText(
--- 178,181 ----
***************
*** 193,196 ****
--- 188,196 ----
TicketData => \%Ticket,
);
+ # output linked objects
+ $Self->_PDFOutputLinkedObjects(
+ PageData => \%Page,
+ LinkData => \%Links,
+ );
# output customer infos
if (%CustomerData) {
***************
*** 971,973 ****
}
! 1;
\ No newline at end of file
--- 971,973 ----
}
! 1;
More information about the cvs-log
mailing list