[Rt-commit] r5154 - in rtir/branches/1.9-EXPERIMENTAL: html/RTIR/Elements

ruz at bestpractical.com ruz at bestpractical.com
Wed May 3 17:23:57 EDT 2006


Author: ruz
Date: Wed May  3 17:23:54 2006
New Revision: 5154

Modified:
   rtir/branches/1.9-EXPERIMENTAL/   (props changed)
   rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Elements/ShowDates

Log:
 r1398 at cubic-pc:  cubic | 2006-05-04 00:53:17 +0400
 * oops, reverse diff logic


Modified: rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Elements/ShowDates
==============================================================================
--- rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Elements/ShowDates	(original)
+++ rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Elements/ShowDates	Wed May  3 17:23:54 2006
@@ -41,7 +41,7 @@
     <td class="labeltop"><&|/l&>Due</&>:</td>
     <td class="value">
 % my $due = $Ticket->DueObj;
-% if ( $due->Diff > 0 ) {
+% if ( $due->Diff < 0 ) {
         <span class="overdue"><% $due->AsString %></span>
 % } else {
         <% $due->AsString %>


More information about the Rt-commit mailing list