https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15261
--- Comment #109 from Fridolin Somers <[email protected]> --- (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. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
