https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37943
--- Comment #7 from Jonathan Druart <[email protected]> --- (In reply to Jonathan Druart from comment #6) > I don't think ->store should call discard_changes. If you need an additional > fetch then do it before logging, don't you think? Nevermind, forget that. There was one additional fetch already - $self->get_from_storage->_after_item_action_hooks({ action => $action }); + $self->_after_item_action_hooks({ action => $action }); -- 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/
