[otrs-cvs] ITSMTicket/Kernel/Modules AgentTicketDecision.pm, 1.8,
1.9
cvs-log at otrs.org
cvs-log at otrs.org
Mon Jul 2 14:49:24 GMT 2007
Comments:
Update of /home/cvs/ITSMTicket/Kernel/Modules
In directory lancelot:/tmp/cvs-serv7317/Kernel/Modules
Modified Files:
AgentTicketDecision.pm
Log Message:
Update file to framework version 1.31.
Author: mh
Index: AgentTicketDecision.pm
===================================================================
RCS file: /home/cvs/ITSMTicket/Kernel/Modules/AgentTicketDecision.pm,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** AgentTicketDecision.pm 27 May 2007 16:51:13 -0000 1.8
--- AgentTicketDecision.pm 2 Jul 2007 14:49:19 -0000 1.9
***************
*** 4,8 ****
# --
# $Id$
! # $OldId: AgentTicketNote.pm,v 1.30 2007/05/24 10:10:19 martin Exp $
# --
# This software comes with ABSOLUTELY NO WARRANTY. For details, see
--- 4,8 ----
# --
# $Id$
! # $OldId: AgentTicketNote.pm,v 1.31 2007/06/18 09:33:57 martin Exp $
# --
# This software comes with ABSOLUTELY NO WARRANTY. For details, see
***************
*** 683,691 ****
# services
if ($Self->{ConfigObject}->Get('Ticket::Service') && $Self->{Config}->{Service}) {
! my %Service = $Self->{TicketObject}->TicketServiceList(
! %Param,
! Action => $Self->{Action},
! UserID => $Self->{UserID},
! );
$Param{'ServiceStrg'} = $Self->{LayoutObject}->BuildSelection(
Data => \%Service,
--- 683,695 ----
# services
if ($Self->{ConfigObject}->Get('Ticket::Service') && $Self->{Config}->{Service}) {
! my %Service = ('', '-');
! if ($Ticket{CustomerUserID}) {
! %Service = $Self->{TicketObject}->TicketServiceList(
! %Param,
! Action => $Self->{Action},
! CustomerUserID => $Ticket{CustomerUserID},
! UserID => $Self->{UserID},
! );
! }
$Param{'ServiceStrg'} = $Self->{LayoutObject}->BuildSelection(
Data => \%Service,
More information about the cvs-log
mailing list