Details
-
Type: Improvement
-
Status: Open
-
Priority: Minor
-
Resolution: Unresolved
-
Affects Version/s: 4.4.0
-
Fix Version/s: Unscheduled
-
Component/s: CiviMember
-
Labels:None
-
Versioning Impact:Patch (backwards-compatible bug fixes)
Description
Clean up membership receipt template as discussed in CRM-11138
Make sure to fix the following :
Some notes
#1 Use membership array to assign to the tpl (so the first membership can be accessed by $membership.0.membership_name & that works whether it is quick_config or not
#2 Clean up the variables in membership template eg
/rename if necessary
It will involve a lot of code cleanup, and template fixes