[Koha-bugs] [Bug 24680] Hold modification endpoints don't always work properly

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Feb 24 12:41:56 CET 2020


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

Jonathan Druart <jonathan.druart at bugs.koha-community.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jonathan.druart at bugs.koha-c
                   |                            |ommunity.org

--- Comment #13 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
Ere, do not you think we should set the values only if passed, instead?

Like:

my $params = {
    id => $id,
    ( defined $foo ? foo => $foo : () ),
    ( defined $bar ? bar => $bar : () ),
};

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


More information about the Koha-bugs mailing list