[Koha-bugs] [Bug 20447] Add support for MARC holdings records

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Mar 17 18:54:41 CET 2021


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

--- Comment #408 from Joonas Kylmälä <joonas.kylmala at helsinki.fi> ---
Just did a major rebase for addholding.pl and addholding.tt based on the
addbiblio.tt and addbiblio.pl. Rebased on top of Bug 21986, 14662, 20477, 9701,
21172, 20128, 22748, 22721, 7882, 8643, 16314, 27578, and 8976.

Note: the patch set was already rebased partly to bug 7882 by someone (Maybe
Ere) but the part for

-foreach my $tag (@tab_data) {
+foreach my $tag (sort @tab_data) {

was missed.

- Bug 8643 I only managed to partly rebase here because the change was so big,
so I only did the same changes to addholding.pl but they would need to be done
in addholding.tt as well for the warning prompt to show up when saving, now it
only higlight the field as important. I think we cannot just copy&paste
addbiblio.tt as addholding.tt so we need to get back to this later.

- "Bug 25728: Create AV when cataloguing a bibliographic record" was not
backported, too complicated.

- Would be good to refactor the addholding.{pl,tt}, additem.{pl,tt},
addbiblio.{pl,tt} so the rebases won't be too hard.

- I didn't confirm whether the rebase for bug 8976 is working, just added the
same changes as there was for addbiblio.pl.

The indicator issue is now resolved (because it was due to incorrect rebase
earlier). The QA warnings and the warning in error log are still to be
resolved.

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


More information about the Koha-bugs mailing list