LP#1810296: Fix selfcheck patron password setting check
authorChris Sharp <csharp@georgialibraries.org>
Wed, 2 Jan 2019 12:21:56 +0000 (07:21 -0500)
committerChris Sharp <csharp@georgialibraries.org>
Wed, 30 Jan 2019 14:18:32 +0000 (09:18 -0500)
commit757b43144faea4fcc8f0819c1be197ec565f8430
tree41915b0f6348cf71a8acc784841aa2450faef022
parent5561f60f4656fe5401676ac294734d80cab815ad
LP#1810296: Fix selfcheck patron password setting check

Previously, the selfcheck ignored this setting if it was
set to "False", since the setting value is stored as text
and the truth test always succeeded.  Instead, explicitly
check that the setting is "True".

Signed-off-by: Chris Sharp <csharp@georgialibraries.org>
Open-ILS/web/js/ui/default/circ/selfcheck/selfcheck.js