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

            Bug ID: 34597
           Summary: Expired patrons can still place ILL requests through
                    OPAC
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: ILL
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected],
                    [email protected],
                    [email protected],
                    [email protected], [email protected]

Noticed this, not sure if very severe or not. But I wonder if placing an ILL
request should be included in BlockExpiredPatronOpacActions.

To reproduce, on k-t-d:
1) Enable ILLmodule and install FreeForm, run:
bash <(curl -s
https://raw.githubusercontent.com/ammopt/koha-ill-dev/master/start-ill-dev.sh)
2) Make koha/koha user expired, run mysql-kohadev:
update borrowers set dateexpiry = '2020-12-31' where borrowernumber=51;
3) Visit OPAC/cgi-bin/koha/opac-user.pl and verify there's a user expired
notification
4) Visit OPAC/cgi-bin/koha/opac-illrequests.pl and create a new ILL request
5) It's created with no issue

-- 
You are receiving this mail because:
You are the assignee for the bug.
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/

Reply via email to