NAME
   RT::Extension::CustomField::HideEmptyValues - don't show custom fields
   without values

DESCRIPTION
   It's sometimes desirable to hide custom fields without values in the UI
   of Request Tracker when you view a ticket or another object.

INSTALLATION
   perl Makefile.PL
   make
   make install
       May need root permissions

   Edit your /opt/rt4/etc/RT_SiteConfig.pm
       Add this line:

           Set(@Plugins, qw(RT::Extension::CustomField::HideEmptyValues));

       or add "RT::Extension::CustomField::HideEmptyValues" to your
       existing @Plugins line.

   Clear your mason cache
           rm -rf /opt/rt4/var/mason_data/obj

   Restart your webserver

AUTHOR
   Ruslan.Zakirov <[email protected]>

LICENSE
   Under the same terms as perl itself.