[otrs-cvs] ITSMIncidentProblemManagement/Kernel/Modules AgentTicketPhone.pm, 1.50, 1.51

"CVS commits notifications of OTRS.org" <[email protected]>
Newsgroups gmane.comp.otrs.cvs
Message-ID <[email protected]>
Comments:
Update of /home/cvs/ITSMIncidentProblemManagement/Kernel/Modules
In directory lancelot:/tmp/cvs-serv29581/Kernel/Modules

Modified Files:
	AgentTicketPhone.pm 
Log Message:
Fixed wrong variable name.

Author: ub

Index: AgentTicketPhone.pm
===================================================================
RCS file: /home/cvs/ITSMIncidentProblemManagement/Kernel/Modules/AgentTicketPhone.pm,v
retrieving revision 1.50
retrieving revision 1.51
diff -2 -u -d -r1.50 -r1.51
--- AgentTicketPhone.pm	22 Nov 2012 13:50:27 -0000	1.50
+++ AgentTicketPhone.pm	3 Dec 2012 10:29:33 -0000	1.51
@@ -1181,5 +1181,5 @@
 
             # get config for criticality dynamic field
-            my $ImpactDynamicFieldConfig = $Self->{DynamicFieldObject}->DynamicFieldGet(
+            my $CriticalityDynamicFieldConfig = $Self->{DynamicFieldObject}->DynamicFieldGet(
                 Name => 'TicketFreeText13',
             );
@@ -1187,5 +1187,5 @@
             # set the criticality
             $Self->{BackendObject}->ValueSet(
-                DynamicFieldConfig => $ImpactDynamicFieldConfig,
+                DynamicFieldConfig => $CriticalityDynamicFieldConfig,
                 ObjectID           => $TicketID,
                 Value              => $Service{CriticalityID},
---------------------------------------------------------------------
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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.