Bug 30110: Fix concatenation during assignements
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 21 Feb 2022 09:50:55 +0000 (10:50 +0100)
committerKyle Hall <kyle@bywatersolutions.com>
Fri, 25 Mar 2022 14:40:18 +0000 (10:40 -0400)
commit7d6f32a4f44a13e032f9bc29e28706be792aacbe
tree330128f8d7428044d6cb94cc62544115e60e88ed
parente5aeb047a563b20769d49c2777d47039581ca7bd
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.

Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
C4/Circulation.pm
C4/Search.pm
C4/Utils/DataTables/VirtualShelves.pm
Koha/DateUtils.pm
circ/circulation.pl
t/Labels_split_ccn.t
t/Labels_split_ddcn.t
t/Labels_split_lccn.t
t/db_dependent/SIP/Message.t