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

--- Comment #422 from Joonas Kylmälä <[email protected]> ---
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to