[Koha-bugs] [Bug 24440] Add ->current_holds to Koha::Acquisition::Order

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jan 31 04:57:54 CET 2020


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

--- Comment #12 from Tomás Cohen Arazi <tomascohen at gmail.com> ---
Created attachment 98197
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=98197&action=edit
Bug 24440: (follow-up) Make related objects prefetchable

This patch creates aliases for the relations used to retrieve the linked
objects from other tables. It makes the accessor names match the used
relation name, for consistency.

This is important for code trying to be smart and guessing what needs to
be prefetched, like the API code.

To test:
1. Run:
   $ kshell
  k$ prove t/db_dependent/Koha/Acquisition/Order.t
=> SUCCESS: Tests pass
2. Apply this patch
3. Repeat (1)
=> SUCCESS: Tests pass! No behaviour change
4. Verify the POD changes make sense
5. Sign off :-D

Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

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


More information about the Koha-bugs mailing list