[otrs-cvs] CVS: otrs/Kernel/Modules AgentTicketMailbox.pm, 1.4.2.1,
1.4.2.2
cvs-log at otrs.org
cvs-log at otrs.org
Sat Jun 17 02:43:46 CEST 2006
Update of /home/cvs/otrs/Kernel/Modules
In directory lancelot:/tmp/cvs-serv19058/Kernel/Modules
Modified Files:
Tag: rel-2_0
AgentTicketMailbox.pm
Log Message:
Fixed bug #1240 - Tickets not shown in "New messages" if Auto Response "Reply" is active
Index: AgentTicketMailbox.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/Modules/AgentTicketMailbox.pm,v
retrieving revision 1.4.2.1
retrieving revision 1.4.2.2
diff -C2 -r1.4.2.1 -r1.4.2.2
*** AgentTicketMailbox.pm 13 Jun 2006 13:28:23 -0000 1.4.2.1
--- AgentTicketMailbox.pm 16 Jun 2006 23:43:44 -0000 1.4.2.2
***************
*** 182,185 ****
--- 182,186 ----
my %Article = $Self->{TicketObject}->ArticleGet(ArticleID => $Index[$#Index]);
if ($Article{SenderType} eq 'customer' ||
+ $Article{SenderType} eq 'system' ||
$Article{CreatedBy} ne $Self->{UserID}) {
$Message = 'New message!';
***************
*** 250,253 ****
--- 251,255 ----
my %Article = %{$ArticleBody[$#ArticleBody]};
if ($Article{SenderType} eq 'customer' ||
+ $Article{SenderType} eq 'system' ||
$Article{CreatedBy} ne $Self->{UserID}) {
$Message = 'New message!';
More information about the cvs-log
mailing list