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)
committerFridolin Somers <fridolin.somers@biblibre.com>
Fri, 25 Mar 2022 00:22:10 +0000 (14:22 -1000)
commit6f8b94f49c6209ae0815fdbb6ec6aba78e41a22a
tree339d4b5d9b9c438ae4eeca9a16954f95b4ce7d2b
parentd753755590b8950519944a3c5d52e150655d1cd1
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>
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