16 Sep
2022
16 Sep
'22
10:38 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31154 --- Comment #18 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- $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.