From 40649f1dafe1ee2a9731713017c85ce934a66c79 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Fri, 5 Dec 2008 17:17:02 -0600 Subject: [PATCH] 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 --- koha-tmpl/opac-tmpl/prog/en/css/sco.css | 2 +- koha-tmpl/opac-tmpl/prog/en/modules/sco/sco-main.tmpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 + -- 2.20.1