]> git.koha-community.org Git - koha.git/commit
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)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 25 Oct 2021 12:08:06 +0000 (14:08 +0200)
commita84deb04469b1b8131c3c8007575ae25755858a5
tree86f88b64ae6a1894440adedb33b2ae1fa8dbc1fe
parent66683318ff16241952ca5e207ac535f949b3902b
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>
t/db_dependent/Holds.t