[Koha-bugs] [Bug 26053] Add styling to show expired patron restrictions as inactive

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Sep 22 15:53:28 CEST 2023


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

--- Comment #14 from Caroline Cyr La Rose <caroline.cyr-la-rose at inlibro.com> ---
Testing comments

- I wasn't sure if I had to rebuild yarn after applying the patch. I did it
anyway since it doesn't hurt anything if it wasn't necessary

- To edit the restriction in the database, it's in the borrower_debarments
tables (I couldn't remember and had to search for it).

I did 

select * from borrower_debarments where borrowernumber = 49;

Then chose one of the id's to edit

update borrower_debarments set expiration = '2023-08-23', created = '2023-08-12
09:46:37' where borrower_debarment_id = 25;

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


More information about the Koha-bugs mailing list