[otrs-cvs] CVS: otrs/Kernel/Modules AgentTicketCustomer.pm, 1.3,
1.3.2.1
cvs-log at otrs.org
cvs-log at otrs.org
Tue Jul 11 17:11:36 CEST 2006
Update of /home/cvs/otrs/Kernel/Modules
In directory lancelot:/tmp/cvs-serv28394
Modified Files:
Tag: rel-2_0
AgentTicketCustomer.pm
Log Message:
Fixed bug 1132 - Wrong display of escalation time
Index: AgentTicketCustomer.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/Modules/AgentTicketCustomer.pm,v
retrieving revision 1.3
retrieving revision 1.3.2.1
diff -C2 -r1.3 -r1.3.2.1
*** AgentTicketCustomer.pm 19 Sep 2005 11:56:19 -0000 1.3
--- AgentTicketCustomer.pm 11 Jul 2006 14:11:33 -0000 1.3.2.1
***************
*** 1,5 ****
# --
# Kernel/Modules/AgentTicketCustomer.pm - to set the ticket customer and show the customer history
! # Copyright (C) 2001-2005 Martin Edenhofer <martin+code at otrs.org>
# --
# $Id$
--- 1,5 ----
# --
# Kernel/Modules/AgentTicketCustomer.pm - to set the ticket customer and show the customer history
! # Copyright (C) 2001-2006 Martin Edenhofer <martin+code at otrs.org>
# --
# $Id$
***************
*** 277,280 ****
--- 277,281 ----
%Article,
Age => $Self->{LayoutObject}->CustomerAge(Age => $Article{Age}, Space => ' '),
+ TicketOverTime => $Self->{LayoutObject}->CustomerAge(Age => $Article{TicketOverTime}, Space => ' '),
}
);
More information about the cvs-log
mailing list