Summary: | Show patron cardnumber in opac personal details | ||
---|---|---|---|
Product: | Koha | Reporter: | Kyle M Hall (khall) <kyle> |
Component: | OPAC | Assignee: | Kyle M Hall (khall) <kyle> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | normal | ||
Priority: | P5 - low | CC: | chris, fridolin.somers, gmcharlt, nengard |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | Small patch | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: | Circulation function: | ||
Attachments: |
Bug 11768 - Show patron cardnumber in opac personal details
Bug 11768 - Show patron cardnumber in opac personal details [PASSED QA] Bug 11768 - Show patron cardnumber in opac personal details |
Description
Kyle M Hall (khall)
2014-02-14 20:09:02 UTC
Created attachment 25294 [details] [review] Bug 11768 - Show patron cardnumber in opac personal details In previous versions of Koha, the patron cardnumber was displayed in the personal details section of the opac for logged in users. A patron needs to be able to access his or her cardnumber in some cases to access online resources a library makes available that requires his or her cardnumber. This is especially important for patron self registration where a patron may not have a physical library card. This field should be re-added to the patron personal details page. Test Plan: 1) Apply this patch 2) Log into the opac 3) Browse to "your personal details" 4) Verify the patron cardnumber is visible Cardnumber was killed when we switched to the opac-memberentry.tt instead of opac-userupdate.tt (with the self registration stuff) So around 3.12.0 Created attachment 25299 [details] [review] Bug 11768 - Show patron cardnumber in opac personal details In previous versions of Koha, the patron cardnumber was displayed in the personal details section of the opac for logged in users. A patron needs to be able to access his or her cardnumber in some cases to access online resources a library makes available that requires his or her cardnumber. This is especially important for patron self registration where a patron may not have a physical library card. This field should be re-added to the patron personal details page. Test Plan: 1) Apply this patch 2) Log into the opac 3) Browse to "your personal details" 4) Verify the patron cardnumber is visible Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz> Created attachment 25565 [details] [review] [PASSED QA] Bug 11768 - Show patron cardnumber in opac personal details In previous versions of Koha, the patron cardnumber was displayed in the personal details section of the opac for logged in users. A patron needs to be able to access his or her cardnumber in some cases to access online resources a library makes available that requires his or her cardnumber. This is especially important for patron self registration where a patron may not have a physical library card. This field should be re-added to the patron personal details page. Test Plan: 1) Apply this patch 2) Log into the opac 3) Browse to "your personal details" 4) Verify the patron cardnumber is visible Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz> Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> Restores cardnumber on personal details tab in OPAC for prog and bootstrap theme. Passes all tests and QA script. Pushed to master. Thanks, Kyle! Pushed to 3.14.x, will be in 3.14.08 |