[Koha-bugs] [Bug 28762] Item status shows incorrectly on course-details.pl

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Sep 24 10:02:10 CEST 2021


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

Martin Renvoize <martin.renvoize at ptfs-europe.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Failed QA                   |Needs Signoff

--- Comment #28 from Martin Renvoize <martin.renvoize at ptfs-europe.com> ---
The include here was heavily inspired by the opac equivalent, the status cell
of the holdings table in catalogue/detail.tt and the equivalent include
included in bug 28854/bug 24023.

What I'm least familiar with here is holds and independent branches, so please
test that area carefully.

The challenge is holds in the holds table vs holds in the tmp_holdsqueue.. they
have different cases but I think I've handled both.

As for IndependantBranches.. there's some really funky code in
catalogue/details and GetItemInfo that deals with that.. we should be moving to
Koha::Item objects in catalogue/details as soon as possible with this patch in
my opinion.. but I feel that area may need some work.

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


More information about the Koha-bugs mailing list