Closed olayiwola-compucorp closed 1 year ago
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.
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
After
Technical Details