From: Galen Charlton Date: Fri, 5 Dec 2008 23:17:02 +0000 (-0600) Subject: bug 2613: allow web self-check to accept patron ID X-Git-Tag: v3.00.04~589 X-Git-Url: http://git.rot13.org/?a=commitdiff_plain;h=40649f1dafe1ee2a9731713017c85ce934a66c79;p=koha.git bug 2613: allow web self-check to accept patron ID 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 --- diff --git a/koha-tmpl/opac-tmpl/prog/en/css/sco.css b/koha-tmpl/opac-tmpl/prog/en/css/sco.css index 140e711d28..803aaaf90c 100644 --- a/koha-tmpl/opac-tmpl/prog/en/css/sco.css +++ b/koha-tmpl/opac-tmpl/prog/en/css/sco.css @@ -249,4 +249,4 @@ div.button a:active { } div.button a:active { border : 1px inset #666; -} \ No newline at end of file +} diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/sco/sco-main.tmpl b/koha-tmpl/opac-tmpl/prog/en/modules/sco/sco-main.tmpl index c6d3aa5b44..4df77754e0 100644 --- a/koha-tmpl/opac-tmpl/prog/en/modules/sco/sco-main.tmpl +++ b/koha-tmpl/opac-tmpl/prog/en/modules/sco/sco-main.tmpl @@ -142,4 +142,4 @@ Sorry, This Self-Checkout Station has lost authentication. Please contact the a - \ No newline at end of file +