Skip to content

Issue 42: PHP 8 error on Remove from Gift Aid batch

davej requested to merge davej/ukgiftaid:issue-42 into master

See #42 (closed) . The template for the Remove from Gift Aid batch task was trying to call count() on $row.line_items but that variable isn't passed to the template. However $row.line_items_count is passed, so we can use that.

Merge request reports