http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13478
--- Comment #7 from M. de Rooy <[email protected]> --- (In reply to Nick Clemens from comment #6) Thanks for testing ! > t/db_dependent/Reserves.t .. 1/57 Subroutine C4::Context::userenv redefined > at t/db_dependent/Reserves.t line 42. This warning is as expected (just as it is now). > t/db_dependent/Reserves.t .. 29/57 C4::Context->userenv not defined! at > /usr/share/koha/lib/C4/Items.pm line 2282 I have this result: ok 30 - patron not notified a second time (bug 11445) C4::Context->userenv not defined! at /usr/share/koha/testclone/C4/Items.pm line 2282. This warning is also to be expected (we could call this a separate bug in master). Test number 31 calls DelItemCheck($dbh, $bibnum, $itemnumber) and this routine goes to userenv on line 2287 in Items.pm. In conclusion: Not related to this report. > Undefined subroutine &C4::Reserves::CheckBiblioForceItemHolds called at > t/db_dependent/Reserves.t line 512. This is actually very strange. (I do not see this warning; for me the test passes.) Note that this routine CheckBiblioForceItemHolds is created by the first patch. Is your perl5lib path pointing at the right koha clone, or something like that ? -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
