support custom priorities
authorjeff <jeff>
Wed, 19 Sep 2007 00:27:43 +0000 (00:27 +0000)
committerjeff <jeff>
Wed, 19 Sep 2007 00:27:43 +0000 (00:27 +0000)
fs_selfservice/FS-SelfService/cgi/myaccount.html

index 49a2648..421a866 100644 (file)
@@ -59,7 +59,7 @@ Hello <%= $name %>!<BR><BR>
       $OUT .=
         "<TR>$td". $ticket->{'id'}. "</TD>".
         $td. $ticket->{'subject'}. "</TD>".
-        $td. $ticket->{'priority'}. "</TD>".
+        $td. ($ticket->{'content'} || $ticket->{'priority'}). "</TD>".
         $td. $ticket->{'name'}. "</TD>".
         $td. $ticket->{'status'}. "</TD>".
         '</TR>';