31 Mar
2021
31 Mar
'21
1:16 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20447 --- Comment #422 from Joonas Kylmälä <joonas.kylmala@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.