[Koha-bugs] [Bug 34597] New: Expired patrons can still place ILL requests through OPAC

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Aug 23 15:55:39 CEST 2023


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: koha-bugs at lists.koha-community.org
          Reporter: pedro.amorim at ptfs-europe.com
                CC: katrin.fischer at bsz-bw.de, magnus at libriotech.no,
                    martin.renvoize at ptfs-europe.com,
                    nick at bywatersolutions.com,
                    pedro.amorim at ptfs-europe.com, tomascohen at gmail.com

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.


More information about the Koha-bugs mailing list