[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 31 13:16:52 CEST 2021


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

--- Comment #422 from Joonas Kylmälä <joonas.kylmala at helsinki.fi> ---
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')

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


More information about the Koha-bugs mailing list