Skip to content

Fix Event/Contribution Terms & conditions tabs break in CiviCRM v 4.6.

rajeshs requested to merge github/fork/cmolava/terms-conditions-tab-4-6 into master

Created by: cmolava

Fixes issues with CiviCRM 4.6 on Terms and Conditions tabs for Events and Contribution Pages.

Note that on 4.6, a CiviCRM core file needs to be modified for the tab to display on Contribution Pages. CRM_Contribute_Form_ContributionPage_TabHeader does not invoke hook_tabset, so a line needs adding to invoke it. The line can be copied from later versions.

Merge request reports