bug 2613: allow web self-check to accept patron ID
authorGalen Charlton <galen.charlton@liblime.com>
Fri, 5 Dec 2008 23:17:02 +0000 (17:17 -0600)
committerChris Cormack <chris@bigballofwax.co.nz>
Fri, 4 Sep 2009 03:46:16 +0000 (15:46 +1200)
Use 'patronid' instead of 'userid' as the query parameter
for passing the patron userid or barcode around; 'userid'
is claimed by C4::Auth and should be used only for
authentication pages.

Fixes the problem where entering a patron's card
number would cause a redirect to the OPAC login
page.

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
koha-tmpl/opac-tmpl/prog/en/css/sco.css
koha-tmpl/opac-tmpl/prog/en/modules/sco/sco-main.tmpl

index 140e711..803aaaf 100644 (file)
@@ -249,4 +249,4 @@ div.button a:active {
 }
 div.button a:active {
        border : 1px inset #666;
-}
\ No newline at end of file
+}
index c6d3aa5..4df7775 100644 (file)
@@ -142,4 +142,4 @@ Sorry, This Self-Checkout Station has lost authentication.  Please contact the a
 
        </div>
 </div>
-<!-- TMPL_INCLUDE NAME="opac-bottom.inc" -->
\ No newline at end of file
+<!-- TMPL_INCLUDE NAME="opac-bottom.inc" -->