[Rt-commit] [svn] r1469 - rtir/branches/1.1/html/RTIR/Reporting
leira at pallas.eruditorum.org
leira at pallas.eruditorum.org
Fri Sep 10 00:31:53 EDT 2004
Author: leira
Date: Fri Sep 10 00:31:52 2004
New Revision: 1469
Modified:
rtir/branches/1.1/html/RTIR/Reporting/Report.html
Log:
RT-Ticket: 5221
RT-Status: resolved
RT-Action: correspond
Applied John's patch for reporting.
Modified: rtir/branches/1.1/html/RTIR/Reporting/Report.html
==============================================================================
--- rtir/branches/1.1/html/RTIR/Reporting/Report.html (original)
+++ rtir/branches/1.1/html/RTIR/Reporting/Report.html Fri Sep 10 00:31:52 2004
@@ -97,6 +97,9 @@
next if ($class ne 'Unclassified' && $value ne $class);
next if ($class eq 'Unclassified' && $value ne "");
+ $value = get_incident_field( $t, '_RTIR_Function');
+ next if ($value ne $incident_type);
+
$class_count++;
}
More information about the Rt-commit
mailing list