import rt 3.4.5
[freeside.git] / rt / lib / RT / Attachments_Overlay.pm
index 1ea56e4..5afcd55 100644 (file)
@@ -81,6 +81,8 @@ sub _Init   {
  
   $self->{'table'} = "Attachments";
   $self->{'primary_key'} = "id";
+  $self->OrderBy ( FIELD => 'id',
+                   ORDER => 'ASC');
   return ( $self->SUPER::_Init(@_));
 }
 # }}}