Bug 26222 - Ability to show membership registration and membership renewal date on opac-memberentry.pl page
Summary: Ability to show membership registration and membership renewal date on opac-m...
Status: Failed QA
Alias: None
Product: Koha
Classification: Unclassified
Component: OPAC (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement
Assignee: Amit Gupta
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-08-16 14:14 UTC by Amit Gupta
Modified: 2020-08-22 13:12 UTC (History)
2 users (show)

See Also:
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 (2.22 KB, patch)
2020-08-16 14:29 UTC, Amit Gupta
Details | Diff | Splinter Review
Bug 26222: Ability to show membership registration and membership renewal date on opac-memberentry.pl page (2.10 KB, patch)
2020-08-19 19:15 UTC, Brandon J
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Amit Gupta 2020-08-16 14:14:13 UTC

    
Comment 1 Amit Gupta 2020-08-16 14:16:14 UTC
One of our customer want to show membership registration and member renewal date on personal detail page.
Comment 2 Amit Gupta 2020-08-16 14:29:17 UTC
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.
Comment 3 Brandon J 2020-08-19 19:15:54 UTC
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>
Comment 4 Katrin Fischer 2020-08-22 13:12:13 UTC
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.