https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31154
--- Comment #18 from Marcel de Rooy <[email protected]> --- $biblionumber = Koha::Items->find($itemnumbers[0])->unblessed->{biblionumber} if $itemnumbers[0]; Emmi, you should probably not change this parameter. It is passed in, although I guess normally you will have items from several biblio records. Dont worry, I will adjust it now. -- 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/
