[otrs-cvs] otrs/Kernel/Config Defaults.pm,1.431,1.432

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

Modified Files:
	Defaults.pm 
Log Message:
Code cleanup.

Author: mh

Index: Defaults.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/Config/Defaults.pm,v
retrieving revision 1.431
retrieving revision 1.432
diff -2 -u -d -r1.431 -r1.432
--- Defaults.pm	17 Dec 2012 10:49:06 -0000	1.431
+++ Defaults.pm	16 Jan 2013 12:37:03 -0000	1.432
@@ -1,5 +1,5 @@
 # --
 # Kernel/Config/Defaults.pm - Default Config file for OTRS kernel
-# Copyright (C) 2001-2012 OTRS AG, http://otrs.org/
+# Copyright (C) 2001-2013 OTRS AG, http://otrs.org/
 # --
 # $Id$
@@ -1337,6 +1337,6 @@
         CustomerUserSearchListLimit        => 250,
         CustomerUserPostMasterSearchFields => ['email'],
-        CustomerUserNameFields     => [ 'title', 'first_name', 'last_name' ],
-        CustomerUserEmailUniqCheck => 1,
+        CustomerUserNameFields             => [ 'title', 'first_name', 'last_name' ],
+        CustomerUserEmailUniqCheck         => 1,
 
 #        # show now own tickets in customer panel, CompanyTickets
@@ -1364,8 +1364,6 @@
             [ 'UserPassword',   'Password',   'pw',         0, 0, 'var', '', 0 ],
             [ 'UserEmail',      'Email',      'email',      1, 1, 'var', '', 0 ],
-
 #            [ 'UserEmail',      'Email', 'email',           1, 1, 'var', '$Env{"CGIHandle"}?Action=AgentTicketCompose;ResponseID=1;TicketID=$Data{"TicketID"};ArticleID=$Data{"ArticleID"}', 0, '', 'AsPopup OTRSPopup_TicketAction' ],
             [ 'UserCustomerID', 'CustomerID', 'customer_id', 0, 1, 'var', '', 0 ],
-
 #            [ 'UserCustomerIDs', 'CustomerIDs', 'customer_ids', 1, 0, 'var', '', 0 ],
             [ 'UserPhone',        'Phone',       'phone',        1, 0, 'var', '', 0 ],
@@ -1475,25 +1473,25 @@
 
         # company unique id
-        CustomerCompanyKey          => 'customer_id',
-        CustomerCompanyValid        => 'valid_id',
-        CustomerCompanyListFields   => [ 'customer_id', 'name' ],
-        CustomerCompanySearchFields => ['customer_id', 'name'],
-        CustomerCompanySearchPrefix => '',
-        CustomerCompanySearchSuffix => '*',
+        CustomerCompanyKey             => 'customer_id',
+        CustomerCompanyValid           => 'valid_id',
+        CustomerCompanyListFields      => [ 'customer_id', 'name' ],
+        CustomerCompanySearchFields    => ['customer_id', 'name'],
+        CustomerCompanySearchPrefix    => '',
+        CustomerCompanySearchSuffix    => '*',
         CustomerCompanySearchListLimit => 250,
-        CacheTTL                    => 60 * 60 * 24, # use 0 to turn off cache
+        CacheTTL                       => 60 * 60 * 24, # use 0 to turn off cache
 
-        Map                       => [
+        Map => [
 
 # var, frontend, storage, shown (1=always,2=lite), required, storage-type, http-link, readonly
             [ 'CustomerID',             'CustomerID', 'customer_id', 0, 1, 'var', '', 0 ],
-            [ 'CustomerCompanyName',    'Company',       'name',        1, 1, 'var', '', 0 ],
+            [ 'CustomerCompanyName',    'Company',    'name',        1, 1, 'var', '', 0 ],
             [ 'CustomerCompanyStreet',  'Street',     'street',      1, 0, 'var', '', 0 ],
             [ 'CustomerCompanyZIP',     'Zip',        'zip',         1, 0, 'var', '', 0 ],
             [ 'CustomerCompanyCity',    'City',       'city',        1, 0, 'var', '', 0 ],
             [ 'CustomerCompanyCountry', 'Country',    'country',     1, 0, 'var', '', 0 ],
-            [ 'CustomerCompanyURL', 'URL', 'url', 1, 0, 'var', '$Data{"CustomerCompanyURL"}', 0 ],
-            [ 'CustomerCompanyComment', 'Comment', 'comments', 1, 0, 'var', '', 0 ],
-            [ 'ValidID',                'Valid',   'valid_id', 0, 1, 'int', '', 0 ],
+            [ 'CustomerCompanyURL',     'URL',        'url',         1, 0, 'var', '$Data{"CustomerCompanyURL"}', 0 ],
+            [ 'CustomerCompanyComment', 'Comment',    'comments',    1, 0, 'var', '', 0 ],
+            [ 'ValidID',                'Valid',      'valid_id',    0, 1, 'int', '', 0 ],
         ],
     };
---------------------------------------------------------------------
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.