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

--- Comment #86 from Victor Grousset/tuxayo <[email protected]> ---
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.
_______________________________________________
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/

Reply via email to