Bug 25690: (follow-up) Supress warning about unitialized string
authorJoonas Kylmälä <joonas.kylmala@helsinki.fi>
Thu, 4 Mar 2021 10:33:24 +0000 (12:33 +0200)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Thu, 4 Mar 2021 15:18:42 +0000 (16:18 +0100)
commit17479dd3f942098b165ba15a2739ad6949ae6dc4
tree5dcd2414a8eea79f477713b1aa8e3e4156210e78
parent948b7ff598e5af001126ae3168877c0a8a896559
Bug 25690: (follow-up) Supress warning about unitialized string

This fixes the warning:
Use of uninitialized value in string eq at /kohadevbox/koha/C4/Reserves.pm line 860.

Signed-off-by: Joonas Kylmälä <joonas.kylmala@helsinki.fi>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
C4/Reserves.pm