[otrs-cvs] otrs/Kernel/Modules CustomerTicketSearch.pm,1.92,1.93
"CVS commits notifications of OTRS.org" <[email protected]>
| Newsgroups | gmane.comp.otrs.cvs |
|---|---|
| Message-ID | <[email protected]> |
Comments:
Update of /home/cvs/otrs/Kernel/Modules
In directory lancelot:/tmp/cvs-serv15121/Kernel/Modules
Modified Files:
CustomerTicketSearch.pm
Log Message:
Fixed typo.
Author: cr
Index: CustomerTicketSearch.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/Modules/CustomerTicketSearch.pm,v
retrieving revision 1.92
retrieving revision 1.93
diff -2 -u -d -r1.92 -r1.93
--- CustomerTicketSearch.pm 11 Jan 2013 15:46:20 -0000 1.92
+++ CustomerTicketSearch.pm 14 Jan 2013 18:32:15 -0000 1.93
@@ -868,5 +868,5 @@
Name => 'State',
Object => 'StateObject',
- Methode => 'StateLookup',
+ Method => 'StateLookup',
Key => 'StateID',
Translation => 1,
@@ -875,5 +875,5 @@
Name => 'StateType',
Object => 'StateObject',
- Methode => 'StateTypeLookup',
+ Method => 'StateTypeLookup',
Key => 'StateTypeID',
Translation => 1,
@@ -882,5 +882,5 @@
Name => 'Priority',
Object => 'PriorityObject',
- Methode => 'PriorityLookup',
+ Method => 'PriorityLookup',
Key => 'PriorityID',
Translation => 1,
@@ -889,5 +889,5 @@
Name => 'Queue',
Object => 'QueueObject',
- Methode => 'QueueLookup',
+ Method => 'QueueLookup',
Key => 'QueueID',
Translation => 0,
@@ -896,5 +896,5 @@
Name => 'Owner',
Object => 'UserObject',
- Methode => 'UserLookup',
+ Method => 'UserLookup',
Key => 'UserID',
Translation => 0,
@@ -903,5 +903,5 @@
Name => 'Responsible',
Object => 'UserObject',
- Methode => 'UserLookup',
+ Method => 'UserLookup',
Key => 'UserID',
Translation => 0,
@@ -917,5 +917,5 @@
my $Attribute = $IDMap{$Key}->{Name} || $Key;
my $Object = $IDMap{$Key}->{Object} || '';
- my $Method = $IDMap{$Key}->{Methode};
+ my $Method = $IDMap{$Key}->{Method};
my $MethodKey = $IDMap{$Key}->{Key};
my $Translation = $IDMap{$Key}->{Translation};
---------------------------------------------------------------------
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