[Koha-bugs] [Bug 17561] ReserveSlip needs itemnumber for item level holds on same biblio

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Mar 15 02:17:49 CET 2018


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

M. Tompsett <mtompset at hotmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mtompset at hotmail.com

--- Comment #7 from M. Tompsett <mtompset at hotmail.com> ---
Why not refactor to a hash reference parameter format?
It makes adding/removing parameters much easier.

Also, when a function starts to break three parameters, it probably should use
a hashref.

And lastly, it's a really small refactor, and we do have some coding
guidelines:
https://wiki.koha-community.org/wiki/Coding_Guidelines#PERL16:_Hashrefs_should_be_used_as_arguments

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


More information about the Koha-bugs mailing list