https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26053
--- Comment #14 from Caroline Cyr La Rose <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
