Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Trivial
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.6
-
Fix Version/s: 4.6
-
Component/s: CiviMember, CiviReport
-
Labels:None
-
Documentation Required?:None
Description
The "Order By" function on the "Membership Detail Report" doesn't have any effect on the report produced. That's because this report overrides the orderBy() function.
I've written a patch that:
- Removes the orderBy() override from this form;
- Adds the appropriate "Order By Receive Date" to duplicate the functionality lost by removing the custom orderBy();
- Allows ordering by Membership Type.