]> git.evergreen-ils.org Git - Evergreen.git/commit
LP1895660: Booking.pm, Search/Biblio.pm
authorJason Boyer <JBoyer@equinoxinitiative.org>
Wed, 21 Oct 2020 20:29:25 +0000 (16:29 -0400)
committerGalen Charlton <gmc@equinoxOLI.org>
Fri, 14 May 2021 21:39:56 +0000 (17:39 -0400)
commitd0a2d83f51f346a431ef49a89c3bf81b25054479
tree1caf20908e8fcc82ebe1f6f69283fe3516df8ab6
parentb0a59773185bd8f02402e66f292944fb0bab940a
LP1895660: Booking.pm, Search/Biblio.pm

Argument "whatev_strings" isn't numeric in numeric eq (==) at ...

A couple places that use == to compare strings. Numbers are == to
each other, but strings are eq to each other.

Signed-off-by: Jason Boyer <JBoyer@equinoxinitiative.org>
Signed-off-by: Jane Sandberg <sandbej@linnbenton.edu>
Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>
Open-ILS/src/perlmods/lib/OpenILS/Application/Booking.pm
Open-ILS/src/perlmods/lib/OpenILS/Application/Search/Biblio.pm