[Koha-bugs] [Bug 18816] Make CataloguingLog work in production by preventing circulation from spamming the log

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Mar 12 12:24:34 CET 2018


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

Julian Maurice <julian.maurice at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |julian.maurice at biblibre.com

--- Comment #12 from Julian Maurice <julian.maurice at biblibre.com> ---
It might be useful to turn the last parameter of ModItem into a hashref of
parameters.

  ModItem(\%item, $biblionumber, $itemnumber, {log_action => 0});

is more readable than

  ModItem(\%item, $biblionumber, $itemnumber, 0);

What do you think ?

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


More information about the Koha-bugs mailing list