25 Jul
2024
25 Jul
'24
8:55 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34440 --- Comment #45 from Martin Renvoize <martin.renvoize@ptfs-europe.com> --- 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 -- You are receiving this mail because: You are watching all bug changes.