Index: branches/LCSv2/views/default/results.html
===================================================================
--- branches/LCSv2/views/default/results.html	(revision 619)
+++ branches/LCSv2/views/default/results.html	(revision 621)
@@ -8,5 +8,5 @@
   lineout += "<table border='1' cellpadding='5'><tr><th>Event</th><th>User</th><th>Req Date</th><th>Status Date</th></tr>"
   // Is there a 1097 status?
-  if (fields[3].length > 0)
+  if (fields[6].length > 0)
   {
       lineout += "<tr>";
@@ -18,5 +18,5 @@
   }
   // Is there a 1098 status?
-  if (fields[9].length > 0)
+  if (fields[10].length > 0)
   {
       lineout += "<tr>";
@@ -28,5 +28,5 @@
   }
   // Is there a 1022 status?
-  if (fields[13].length > 0)
+  if (fields[14].length > 0)
   {
       lineout += "<tr>";
