compucorp / uk.co.compucorp.membershipextras

Membership Extras for CiviCRM
Other
5 stars 8 forks source link

MAE-958: Fix line item adjustment form in PHP8 #447

Closed olayiwola-compucorp closed 1 year ago

olayiwola-compucorp commented 1 year ago

Overview

This PR fixes the issue with the line item adjustment form in PHP8, this was caused by invalid parameters passed to HTML_QuickForm_checkbox when adding a checkbox element to the form. we resolved the issue by removing these parameters.

Before

image

After

Screenshot 2022-12-05 at 15 41 14

Technical Details