[Koha-bugs] [Bug 15261] Verify if checkout or hold request periods overlap with existing holds

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Aug 19 21:58:36 CEST 2022


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15261

--- Comment #109 from Fridolin Somers <fridolin.somers at biblibre.com> ---
(In reply to Henri-Damien LAURENT from comment #108)
> Created attachment 131573 [details] [review]
> Bug 15261: Trying to fix after rebase
> 
> https://bugs.koha-community.org/show_bug.cgi?id=1526

Careful you added warns (for debug I bet) :

     if ( C4::Context->preference("PreventCheckoutOnSameReservePeriod") ) {
+           warn $date_due;
+           warn "Inside";
         unless ($date_due) {

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list