https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20447 --- Comment #466 from Joonas Kylmälä <joonas.kylmala@helsinki.fi> --- Summary of remaining tasks to do: 1. The holdings editor doesn't load by default the frameworkcode template defined in holdings.frameworkcode column, it always loads HLD / default framework regardless of this value. 2. Holdings selection being broken in acquisitions item adding (the list is not populated). 3. Currently when modifying a biblio in koha the old biblio revision is stored in action logs:
logaction( "CATALOGUING", "MODIFY", $biblionumber, "biblio BEFORE=>" . $newrecord->as_formatted );
This does not happen now with the holdings patches here. It used to be included in this patch set but the re-worked version of this (the holdings patches were originally made in C4/Holdings.pm) doesn't do this logging. It only logs "holdings" to the info field:
logaction('CATALOGUING', $action, $self->holding_id(), 'holding')
4. Verify if we need this or not: "- "Bug 25728: Create AV when cataloguing a bibliographic record" was not backported, too complicated." (from comment #408) 5. Squash some of the patches / follow-ups. Other notes: "Emptying 852$h subfield of holdings record doesn't empty the linked db entry in holdings.callnumber column." from comment #421 is fixed with "Return valid koha field values patch". -- You are receiving this mail because: You are watching all bug changes.