https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34440 --- Comment #71 from Martin Renvoize <martin.renvoize@ptfs-europe.com> --- (In reply to Martin Renvoize from comment #45)
Thanks for the feedback Kristi.
I've now added the code to block bookings that would infringe the lead/trail period.
Currently, it only takes into account the additional periods for the item you are booking and not the surrounding bookings, however.. I think I may need to update it to take more into account.
i.e it currently acts like:
booking 1 --||-- lead | booking 2 | trail -- ||-- booking 3
Should it be the following in your opinion:
booking 1 --| trail --||-- lead | booking 2 | trail -- ||-- lead | booking 3
I discussed this with Kristi and she agree's that it should be the combination of periods as proposed in the example above. A- | TA >|< LB | -B- | TB >|< LC | -C I'll look at adding a following to deal with that ASAP -- You are receiving this mail because: You are watching all bug changes.