Summary: | Ability to show membership registration and membership renewal date on opac-memberentry.pl page | ||
---|---|---|---|
Product: | Koha | Reporter: | Amit Gupta <amitddng135> |
Component: | OPAC | Assignee: | Amit Gupta <amitddng135> |
Status: | Failed QA --- | QA Contact: | Testopia <testopia> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | amit.gupta, ivan.dziuba |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | --- | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: | Circulation function: | ||
Attachments: |
Bug 26222: Ability to show membership registration and membership renewal date on opac-memberentry.pl page
Bug 26222: Ability to show membership registration and membership renewal date on opac-memberentry.pl page |
Description
Amit Gupta
2020-08-16 14:14:13 UTC
One of our customer want to show membership registration and member renewal date on personal detail page. Created attachment 108364 [details] [review] Bug 26222: Ability to show membership registration and membership renewal date on opac-memberentry.pl page Test case: 1. Login to the OPAC page /cgi-bin/koha/opac-user.pl 2. On the left hand side you can see your personal details tab. 3. Click on the your personal details. 4. Now you can see the personal detail for ex cardnumber, homelibrary. 5. Apply the patch. 6. Reload the page now you can able to see the Registration date of the member and Renewal date of the member in case membership is renewed. Created attachment 108691 [details] [review] Bug 26222: Ability to show membership registration and membership renewal date on opac-memberentry.pl page Test case: 1. Login to the OPAC page /cgi-bin/koha/opac-user.pl 2. On the left hand side you can see your personal details tab. 3. Click on the your personal details. 4. Now you can see the personal detail for ex cardnumber, homelibrary. 5. Apply the patch. 6. Reload the page now you can able to see the Registration date of the member and Renewal date of the member in case membership is renewed. Signed-off-by: Brandon J <brandon.jimenez@inLibro.com> Hi Amit, please take a look at the markup for the other fields: it should be possible to hide the new fields using the PatronSelfModificationBorrowerUnwantedField and PatronSelfRegistrationBorrowerUnwantedField system preferences. |