fix selfservice ticket display bug, #13199
authormark <mark>
Wed, 20 Jul 2011 23:06:37 +0000 (23:06 +0000)
committermark <mark>
Wed, 20 Jul 2011 23:06:37 +0000 (23:06 +0000)
rt/lib/RT/Tickets_Overlay.pm

index c6cb9ab..876f108 100644 (file)
@@ -1470,7 +1470,7 @@ sub _CustomFieldLimit {
                 %rest
             );
         }
-        elsif ( $cf->Type eq 'Date' ) {
+        elsif ( $cfid and $cf->Type eq 'Date' ) {
             $self->_DateFieldLimit( 
                 'Content',
                 $op,