[otrs-cvs] ITSMChangeManagement/Kernel/Modules AgentITSMChangeInvolvedPersons.pm, 1.44, 1.45
"CVS commits notifications of OTRS.org" <[email protected]>
| Newsgroups | gmane.comp.otrs.cvs |
|---|---|
| Message-ID | <[email protected]> |
Comments:
Update of /home/cvs/ITSMChangeManagement/Kernel/Modules
In directory lancelot:/tmp/cvs-serv2928/Kernel/Modules
Modified Files:
AgentITSMChangeInvolvedPersons.pm
Log Message:
Fixed problem when setting a CAB customer.
Author: ub
Index: AgentITSMChangeInvolvedPersons.pm
===================================================================
RCS file: /home/cvs/ITSMChangeManagement/Kernel/Modules/AgentITSMChangeInvolvedPersons.pm,v
retrieving revision 1.44
retrieving revision 1.45
diff -2 -u -d -r1.44 -r1.45
--- AgentITSMChangeInvolvedPersons.pm 21 Nov 2012 10:19:33 -0000 1.44
+++ AgentITSMChangeInvolvedPersons.pm 22 Nov 2012 16:01:30 -0000 1.45
@@ -683,4 +683,9 @@
);
+ # remove spaces at the end of the string
+ for my $Value ( sort values %CustomerUser ) {
+ $Value =~ s{ \s* \z }{}xms;
+ }
+
if ( scalar( keys %CustomerUser ) == 1 ) {
---------------------------------------------------------------------
OTRS mailing list: cvs-log - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/cvs-log
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/cvs-log