26 Jul
2021
26 Jul
'21
7:08 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25260 --- Comment #86 from Victor Grousset/tuxayo <victor@tuxayo.net> --- Quick finding: On master on the relevant tests if we change: ModReserveAffect( $item->itemnumber, $patron->borrowernumber,1 ); ↓↓↓ ModReserveAffect( $item->itemnumber, $patron->borrowernumber ); There will be the same warning «No reserves HOLD letter transported by print» (Same as when the patches are applied.) I hope this helps. Of course the patches need the 3rd param gone, otherwise the test fail, it has been changed for a reason ^^" -- You are receiving this mail because: You are watching all bug changes.