https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15757
--- Comment #22 from M. Tompsett <[email protected]> --- Comment on attachment 50014 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=50014 Bug 15757: Make GetLoanLength defaults to 0 instead of 21 Review of attachment 50014: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=15757&attachment=50014) ----------------------------------------------------------------- ::: t/db_dependent/Circulation_Issuingrule.t @@ +113,5 @@ > +is_deeply( > + C4::Circulation::GetLoanLength(), > + $default, > + "Without parameters, GetLoanLength returns hardcoded values" > +); This is an added test. If the number of tests to run is set, then you forgot to update it. @@ +360,3 @@ > is_deeply( > C4::Circulation::GetLoanLength(), > + $default, Nice clean up! -- 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/
