Bug 5571 and 5572. Unable to void/edit transactions in php 8. Due to an error in...
authorJoe <joe.hunt.consulting@gmail.com>
Thu, 23 Jun 2022 07:02:15 +0000 (09:02 +0200)
committerJoe <joe.hunt.consulting@gmail.com>
Thu, 23 Jun 2022 07:03:00 +0000 (09:03 +0200)
commit163b02ed8e20aa75a778f09181c9cba86896643b
tree2daed27e991137c87dcbf04b782e7c7d2af95639
parentf7093d7dde32fcccbe14b828ccdcf80bc652d7c3
Bug 5571 and 5572. Unable to void/edit transactions in php 8. Due to an error in audit_trail_db.inc. _('None') returns a positive value in php 8 and not a 0 value. Fixed.
includes/db/audit_trail_db.inc