@@ -, +, @@ GetItemnumberFromSerialId with use of Koha::Serial::Item(s) - use _type instead of type (see https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15446 ) --- Koha/Serial/Items.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/Koha/Serial/Items.pm +++ a/Koha/Serial/Items.pm @@ -41,7 +41,7 @@ Koha::Serial::Items - Koha Serial Items Object class =cut -sub type { +sub _type { return 'Serialitem'; } --