[Koha-bugs] [Bug 20817] Add ability to retain 9xx fields when adding on order item to existing record

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Jul 19 01:59:52 CEST 2021


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

David Cook <dcook at prosentient.com.au> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dcook at prosentient.com.au

--- Comment #53 from David Cook <dcook at prosentient.com.au> ---
(In reply to Kyle M Hall from comment #52)
> (In reply to Jonathan Druart from comment #51)
> > "Util" sounds wrong, it's a too generic term IMO.
> 
> Choose a replacement word and I'll make it happen!

Looking at Nick's email "Helper/Static methods for objects", I'm curious why
we'd create a Util module and not just use static/class methods from the
relevant Koha::Acquisitions namespace (probably Koha::Acquisition::Orders in
this case?). 

I had a similar dilemma the other day on a different project. I almost made a
Utils module, but then I realized that would just fragment my application model
more, so I added a static/class method, and kept everything together.

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


More information about the Koha-bugs mailing list