https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19287 --- Comment #38 from Séverine Queune <severine.queune@bulac.fr> --- (In reply to Jonathan Druart from comment #37)
(In reply to Séverine Queune from comment #35)
Did I miss a dependency ? The patch doesn’t seem to apply.
It applied correctly here, could you test again with this rebased version?
New patch applies correctly. - with "Allow and notify" option, I get this sotware error : Undefined subroutine &C4::Members::GetNoticeEmailAddress called at /home/koha/src/circ/pendingreserves.pl line 95. - "Mark as lost" works well : hold is cancelled, the fields set in the syspref are correctly updated (and when I choose itemlost is changed, itemlost_on is "timestamped" (can I say it ?)). Cancellation is blocked with this 2 options if hold is placed on biblio. - with the syspref set to "Do not allow", I only see the usual option "Cancel hold". (In reply to Katrin Fischer from comment #31)
Why the holds awaiting pickup list? That would mean, you got the book for the patron, you checked it in, you sent the email notice to the patron and THEN you notice it's actually not there... ? Wouldn't it make more sense to this from the holds queue or holds to pull pages that you use when looking for the item?
That was definetly a good idea to use the "Holds to pull" list, thank you Katrin ! -- You are receiving this mail because: You are watching all bug changes.