21 Feb
2022
21 Feb
'22
10:54 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30110 --- Comment #1 from Jonathan Druart <jonathan.druart+koha@gmail.com> --- Created attachment 130937 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=130937&action=edit Bug 30110: Fix concatenation during assignements There are several occurrences of `my $var += ` or .= in the code. It should not cause problems but it's confusing. Test plan: Read the patch and confirm that the changes make sense. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.