https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19532 --- Comment #585 from Aleisha Amohia <aleisha@catalyst.net.nz> --- (In reply to Owen Leonard from comment #573)
I get an error when I click "Print slip and confirm" on a checked-in recall. The URL in the location bar is:
/cgi-bin/koha/recalls/recall_pickup_slip.pl?recall_id=
The error is:
Can't call method "itemnumber" on an undefined value at /kohadevbox/koha/recalls/recall_pickup_slip.pl line 42
When I check out the recalled item to the patron who requested it the recall is not cleared. It still shows up under the "Recalls" tab on the patrons account, saying "Ready for pickup."
When I run "perl misc/cronjobs/recalls/expire_recalls.pl" it doesn't seem to do anything :(
Hi Owen, thanks for testing. I have fixed the first two errors, however the expire_recalls.pl cronjob seems to work as expected for me. Perhaps check that the expiration date is set to before today (you'll need to adjust in the db manually) and try running? I believe this is good to test. -- You are receiving this mail because: You are watching all bug changes.