[otrs-cvs] CVS: otrs/Kernel/Modules CustomerTicketMessage.pm, 1.9,
1.10
cvs-log at otrs.org
cvs-log at otrs.org
Tue Jun 20 16:40:25 CEST 2006
Update of /home/cvs/otrs/Kernel/Modules
In directory lancelot:/tmp/cvs-serv25430/Kernel/Modules
Modified Files:
CustomerTicketMessage.pm
Log Message:
fixed UserID/CustomerUserID if free fields are used
Index: CustomerTicketMessage.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/Modules/CustomerTicketMessage.pm,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** CustomerTicketMessage.pm 20 Mar 2006 01:22:54 -0000 1.9
--- CustomerTicketMessage.pm 20 Jun 2006 13:40:23 -0000 1.10
***************
*** 86,90 ****
Action => $Self->{Action},
Type => "TicketFreeKey$_",
! UserID => $Self->{UserID},
);
$TicketFreeText{"TicketFreeText$_"} = $Self->{TicketObject}->TicketFreeTextGet(
--- 86,90 ----
Action => $Self->{Action},
Type => "TicketFreeKey$_",
! CustomerUserID => $Self->{UserID},
);
$TicketFreeText{"TicketFreeText$_"} = $Self->{TicketObject}->TicketFreeTextGet(
***************
*** 92,96 ****
Action => $Self->{Action},
Type => "TicketFreeText$_",
! UserID => $Self->{UserID},
);
}
--- 92,96 ----
Action => $Self->{Action},
Type => "TicketFreeText$_",
! CustomerUserID => $Self->{UserID},
);
}
More information about the cvs-log
mailing list