https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39777 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #181674|0 |1 is obsolete| | --- Comment #6 from David Nind <david@davidnind.com> --- Created attachment 181693 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=181693&action=edit Bug 39777: Use cardnumber OR authenticated user cardnumber Test plan: 1) Apply the 'rollback tests' patch to reinstate the testing of the behavior if a cardnumber is missing (and a user is authenticated) 2) Run tests (they should fail): prove t/db_dependent/Koha/ILL/Request/Workflow/HistoryCheck.t 3) Apply this patch. Repeat 2) They should pass. Test plan for UI: 1) Enable ILLModule and ILLHistoryCheck 2) Create a new ILL on OPAC, visit: http://localhost:8080/cgi-bin/koha/opac-illrequests.pl?op=add_form&backend=Standard 3) Select type="journal", enter DOI = "123". Create. 4) Repeat steps 2 and 3. A history check screen should be displayed (it is not, before this patch). Signed-off-by: David Nind <david@davidnind.com> -- You are receiving this mail because: You are watching all bug changes.