[Koha-bugs] [Bug 15136] Display item's homebranch in patron's fines list

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Feb 13 18:21:33 CET 2018


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Passed QA                   |Failed QA

--- Comment #18 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
Nick:

             $data->{title}        = $biblio->title;
+            $data->{homebranch}   = $biblio->{homebranch};

This reads wrong.

Moreover GetMemberAccountRecords will be removed by bug 12001.

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


More information about the Koha-bugs mailing list