https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24160 Joonas Kylmälä <joonas.kylmala@helsinki.fi> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |joonas.kylmala@helsinki.fi --- Comment #3 from Joonas Kylmälä <joonas.kylmala@helsinki.fi> --- The underlying issue as far as I can tell is that opac-reserve.pl is doing things in its own way and not using Koha/C4 modules to do the checking/processing. I would prefer instead a refactoring commit to use subroutines from C4 or Koha and then a small patch on top of that that fixes this issue. It's a bit more work but would be really helpful since it can be then tested and since the proposed patch here introduces more logic it might also have bugs, and the question arises whether the holdability is the same now in intranet and opac. At the moment I'm not confident/willing enough to QA this patch but if someone else wants to do it I don't prevent. -- You are receiving this mail because: You are watching all bug changes.