[Koha-bugs] [Bug 22683] Make issue and old_issue prefetchable from Koha::Account::Line

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Apr 12 16:29:57 CEST 2019


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

--- Comment #2 from Tomás Cohen Arazi <tomascohen at gmail.com> ---
Comment on attachment 87751
  --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=87751
Bug 22683: Allow prefetch with Koha::Account::Line->checkouts

>+__PACKAGE__->belongs_to(
>+  "issue",
>+  "Koha::Schema::Result::Issue",
>+  { "foriegn.issue_id" => "self.issue_id" },

"foriegn"

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


More information about the Koha-bugs mailing list