[Koha-bugs] [Bug 34462] Bug 25299 seems to have been reintroduced in more recent versions.

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Sep 29 00:16:30 CEST 2023


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34462

--- Comment #4 from David Nind <david at davidnind.com> ---
Created attachment 156359
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=156359&action=edit
Bug 34462: Display the patron's expiration date

The problem is in the patron_messages.inc file on line 25. The variable
"expiry" is used, but it should be "patron.dateexpiry" because the patron's
card isn't expired yet.

TEST PLAN
1) Go to “Patrons > + New patron”
2) Create a patron with an expiry date that is less than 30 days in the future
3) Go to the "details" tab of this account
4) Notice that the date is missing after "expires on":
"Expiration: Patron's card will expire soon. Patron's card expires on Renew or
Edit details"
5) Apply the patch
6) Reload the page; the expiry date should now be displayed

Signed-off-by: David Nind <david at davidnind.com>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list