[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
Thu Jul 15 15:46:31 CEST 2021


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

Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|BLOCKED                     |Failed QA

--- Comment #50 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
acqui/neworderempty.pl:    my ($marcrecord, $encoding) =
MARCfindbreeding($params->{'breedingid'});
acqui/neworderempty.pl:=head2 MARCfindbreeding
acqui/neworderempty.pl:  $record = MARCfindbreeding($breedingid);
acqui/neworderempty.pl:sub MARCfindbreeding {
acqui/neworderempty.pl:    my ($marcrecord, $encoding) =
MARCfindbreeding($breedingid);
authorities/authorities.pl:sub MARCfindbreeding_auth {
authorities/authorities.pl:    ( $record, $encoding ) = MARCfindbreeding_auth(
$breedingid );
cataloguing/addbiblio.pl:=head2 MARCfindbreeding
cataloguing/addbiblio.pl:    $record = MARCfindbreeding($breedingid);
cataloguing/addbiblio.pl:sub MARCfindbreeding {
cataloguing/addbiblio.pl:    ( $record, $encoding ) = MARCfindbreeding(
$breedingid ) ;
=> Can we consolidate this in a module ?

Do we need a (small) extra test for the new itemrecord parameter in
PrepareItemrecordDisplay ?

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

Test plan
The whole workflow is not completely clear to me here. We should have a solid
test plan that tells me how I can verify it this development really works as we
hope it does.
With the changes and time passed, a new signoff from someone with Acquisition
experience would be welcome.

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


More information about the Koha-bugs mailing list