[Koha-bugs] [Bug 29982] Show itemtype in holds table on patron details

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Feb 1 08:40:49 CET 2022


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

--- Comment #7 from Magnus Enger <magnus at libriotech.no> ---
> Magnus, it looks like that for me on both pages:
> 
> http://localhost:8081/cgi-bin/koha/members/moremember.pl?borrowernumber=5
> http://localhost:8081/cgi-bin/koha/circ/circulation.pl?borrowernumber=5

Looks OK when I test... From your screenshot, it looks like the header row is
created ok, but then the cells in the column below it are not created,
resulting in cells not being under their proper headings. 

Those cells are created from JavaScript. Did you make a hard reload
(Ctrl+Shift+R)? 

Could you verify you have this code in
http://localhost:8081/intranet-tmpl/prog/js/holds_21.1200011.js:

                    {
                        "mDataProp": function( oObj ) {
                            return oObj.itemtype_descr &&
oObj.itemtype_descr.escapeHtml() || "";
                        }
                    },

Thanks for testing!

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


More information about the Koha-bugs mailing list