]> git.evergreen-ils.org Git - working/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:38:12 +0000 (17:38 -0400)
commitd7da42d8b75659af96dc47fce7363e85b9412fb1
tree4237f413f17fab784c53a3cf1176229527091f2d
parent0b0afd7485560cd651237ccc44f51c8f42f7bea3
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