Bug 29306: Fix warning on undefined $_ in Holds.t
authorMarcel de Rooy <m.de.rooy@rijksmuseum.nl>
Fri, 22 Oct 2021 08:19:01 +0000 (08:19 +0000)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 29 Oct 2021 13:38:51 +0000 (09:38 -0400)
commit531f710cacb848a1d7a75f182fb8f9fe9b8c9c89
treed488f6bdb66379e20d4f9b079f55358ede85d8e0
parentc32cca53bdfe07a3ee27ebac36c7aae3d51c68d9
Bug 29306: Fix warning on undefined $_ in Holds.t

Use of uninitialized value $_ in concatenation (.) or string at t/db_dependent/Holds.t line 1658.

Results from copying line 70.

Test plan:
Run Holds.t

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
t/db_dependent/Holds.t