[Koha-bugs] [Bug 21946] Group circulation by item type

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jun 26 15:14:16 CEST 2020


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

--- Comment #103 from Alex Arnaud <alex.arnaud at biblibre.com> ---
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.


More information about the Koha-bugs mailing list