merging rt \3.8.8 to HEAD
[freeside.git] / rt / lib / RT / Record.pm
index 4f38b04..bee9442 100755 (executable)
@@ -1562,6 +1562,7 @@ sub CustomFields {
     $cfs->LimitToGlobalOrObjectId(
         $self->_LookupId( $self->CustomFieldLookupType )
     );
+    $cfs->ApplySortOrder;
 
     return $cfs;
 }