[otrs-cvs] otrs/Kernel/Output/HTML LayoutTicket.pm,1.13,1.14

cvs-log at otrs.org cvs-log at otrs.org
Mon Apr 2 13:13:20 GMT 2007


Comments:
Update of /home/cvs/otrs/Kernel/Output/HTML
In directory lancelot:/tmp/cvs-serv2644/Kernel/Output/HTML

Modified Files:
	LayoutTicket.pm 
Log Message:
Added customer company feature (split of contact and company infos). Need to be activated in CustomerUser config (see Kernel/Config/Defaults.pm).

Author: martin

Index: LayoutTicket.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/Output/HTML/LayoutTicket.pm,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** LayoutTicket.pm	14 Mar 2007 16:10:13 -0000	1.13
--- LayoutTicket.pm	2 Apr 2007 13:13:15 -0000	1.14
***************
*** 74,77 ****
--- 74,82 ----
      }
      my $Map = $Param{Data}->{Config}->{Map};
+     # check if customer company support is enabled
+     if ($Param{Data}->{Config}->{CustomerCompanySupport}) {
+         my $Map2 = $Param{Data}->{CompanyConfig}->{Map};
+         push (@{$Map}, @{$Map2});
+     }
      if ($Param{Type} && $Param{Type} eq 'Lite') {
          $ShownType = 2;


More information about the cvs-log mailing list