16 Sep
2022
16 Sep
'22
10:30 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31154 --- Comment #17 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- =head3 new my $form = Koha::UI::Form::Builder::Item->new( { biblionumber => $biblionumber, item => $current_item, } ); Constructor. biblionumber should be passed if we are creating a new item. For edition, an hashref representing the item to edit item must be passed. Hmm. Why did the author not just pick the biblionumber of the item? -- You are receiving this mail because: You are watching all bug changes.