[Rt-commit] r4107 - in rtir/branches/1.9-EXPERIMENTAL: . reports

ruz at bestpractical.com ruz at bestpractical.com
Tue Nov 15 23:43:37 EST 2005


Author: ruz
Date: Tue Nov 15 23:43:36 2005
New Revision: 4107

Modified:
   rtir/branches/1.9-EXPERIMENTAL/   (props changed)
   rtir/branches/1.9-EXPERIMENTAL/reports/report.pl
Log:
 r283 at cubic-pc:  cubic | 2005-11-16 07:46:08 +0300
  r274 at cubic-pc:  cubic | 2005-11-16 07:02:43 +0300
  * add comments to look later into code
 


Modified: rtir/branches/1.9-EXPERIMENTAL/reports/report.pl
==============================================================================
--- rtir/branches/1.9-EXPERIMENTAL/reports/report.pl	(original)
+++ rtir/branches/1.9-EXPERIMENTAL/reports/report.pl	Tue Nov 15 23:43:36 2005
@@ -74,9 +74,8 @@
 $business_hours->for_timespan(Start => $monthstart, End => $monthend);
 
 while (my $t = $sla_check->Next) {
-       
+    # XXX: is this bug? we don't use this variables
     my $sla = $t->FirstCustomFieldValue('SLA');
-   
     my $time_on_clock = $business_hours->between($t->CreatedObj->Unix, $t->ResolvedObj->Unix);
  
 
@@ -115,6 +114,7 @@
                 $total_diff += $diff;
 
         }
+        # XXX: we don't use this. What this code for
         my $average_secs = $total_diff/$i;
 
 


More information about the Rt-commit mailing list