import rt 3.8.8
[freeside.git] / rt / lib / RT / Record.pm
index b2e1e71..9ecad76 100755 (executable)
@@ -1531,6 +1531,7 @@ sub CustomFields {
     $cfs->LimitToGlobalOrObjectId(
         $self->_LookupId( $self->CustomFieldLookupType )
     );
+    $cfs->ApplySortOrder;
 
     return $cfs;
 }