https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21946
--- Comment #103 from Alex Arnaud <[email protected]> --- Comment on attachment 99421 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=99421 Bug 21946: Update Administration->Item types to allow for defining parent types Review of attachment 99421: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=21946&attachment=99421) ----------------------------------------------------------------- ::: Koha/ItemType.pm @@ +151,5 @@ > + return unless $parent_rs; > + return Koha::ItemType->_new_from_dbic( $parent_rs ); > + > +} > + I can't see any unit test for the parent method. Right ? -- 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/
