[Koha-bugs] [Bug 20817] Add ability to retain 9xx fields when adding on order item to existing record

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sun Oct 30 13:35:44 CET 2022


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

--- Comment #128 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
3) POD and use of GetMarcItemFieldsToOrderValues don't match up (first param):

+my $data = GetMarcItemFieldsToOrderValues('MarcItemFieldsToOrder',
$marcrecord, ['homebranch', 'holdingbranch', 'itype', 'nonpublic_note',
'public_note', 'loc', 'ccode', 'notforloan', 'uri', 'copyno', 'price',
'replacementprice', 'itemcallnumber', 'quantity', 'budget_code']);

my $alliteminfos = Koha::Acquisition::Utils::GetMarcItemFieldsToOrderValues(
$marcrecord, [ 'homebranch', 'holdingbranch', 'itype', 'nonpublic_note',
'public_note', 'loc', 'ccode', 'notforloan', 'uri', 'copyno', 'price',
'replacementprice', 'itemcallnumber', 'quantity', 'budget_code' ] );


4) +use C4::Suggestions;    # GetSuggestion
Should list all used methods explicitly.

Further testing might also be blocked by bug 32045. :(

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list