https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19532 --- Comment #619 from Aleisha Amohia <aleisha@catalyst.net.nz> --- Thanks so much for your detailed comments David! (In reply to David Nind from comment #606)
1. In the OPAC under your account, the your recalls history pages don't display correctly. The menu options under your account take up the whole width of the screen, and the your recalls history lists, forms and messages appear at the bottom of the page. I've attached screenshots so you can see what Imean.
fixed
2. When setting up an item for a course reserve (steps 33-36) an error occurs when listing items for a course reserve in the staff interface. I've created bug 26819 for this as it occurs on master before the recalls patches are applied, but does not occur on 20.05.x. An item is actually added to the course reserve, and you can view it in the OPAC to successfully complete these steps.
I couldn't reproduce this problem but even so, I guess this is not a problem with Bug 19532 and there's nothing for me to do here.
- Step 84: Circulation > Recalls to pull - get error trace when I try to access the page (file with error trace attached)
fixed
- Step 118: had to use UPDATE recalls SET waitingdate = NOW() - interval 5 day WHERE recall_id = X; (using MariaDb, so not sure if this makes a difference).
yes good catch, the query I provided in the test plan doesn't work. please use this one instead!
- I can't seem to get Circulation to work as expected (steps 137-149). I will have another go. . Step 143: the item is not renewable, but I can't see a "Recalled link". . Step 145: recall is not cancelled, and remains checked out.
both fixed -- You are receiving this mail because: You are watching all bug changes.