[otrs-cvs] otrs/Kernel/Output/HTML DashboardCustomerCompanyInformation.pm, 1.7, 1.8

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

Modified Files:
	DashboardCustomerCompanyInformation.pm 
Log Message:
Fixed bug#8963 - CIC Company attributes not marked as visible are displayed in Company Dashlet.

Author: mb

Index: DashboardCustomerCompanyInformation.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/Output/HTML/DashboardCustomerCompanyInformation.pm,v
retrieving revision 1.7
retrieving revision 1.8
diff -2 -u -d -r1.7 -r1.8
--- DashboardCustomerCompanyInformation.pm	27 Nov 2012 14:57:44 -0000	1.7
+++ DashboardCustomerCompanyInformation.pm	3 Dec 2012 09:17:49 -0000	1.8
@@ -93,4 +93,7 @@
         my $Key = $Entry->[0];
 
+        # do not show items if they're not marked as visible
+        next ENTRY if !$Entry->[3];
+
         # do not show empty entries
         next ENTRY if !length( $CustomerCompany{$Key} );
---------------------------------------------------------------------
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.