[Koha-bugs] [Bug 31154] Batch item modification fails when "Use default values" is checked

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Sep 16 10:30:45 CEST 2022


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

--- Comment #17 from Marcel de Rooy <m.de.rooy at 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.


More information about the Koha-bugs mailing list