https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40079
--- Comment #21 from David Cook <[email protected]> --- Comment on attachment 183586 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=183586 Bug 40079: (follow-up) Improve test coverage and fix undef handling Review of attachment 183586: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=40079&attachment=183586) ----------------------------------------------------------------- ::: C4/Scrubber.pm @@ +35,4 @@ > sub new { > shift; # ignore our class we are wrapper > my $type = (@_) ? shift : 'default'; > + $type = 'default' if !defined $type; Nice one. I have been thinking this would be a good addition, so glad to see it. -- 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/
