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)
committerHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Tue, 26 May 2009 19:14:53 +0000 (21:14 +0200)
commit930316296b3f490f5658c3f2ef52b5e67d9b2466
treebadcda4aea3ef718d88b14516e7293d9f1b7a346
parentcdada2f19ffb7510410be6ee7c7b1c273ef9edf4
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 <galen.charlton@liblime.com>
koha-tmpl/opac-tmpl/prog/en/css/sco.css
koha-tmpl/opac-tmpl/prog/en/modules/sco/sco-main.tmpl
opac/sco/sco-main.pl