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

--- Comment #7 from Magnus Enger <[email protected]> ---
> 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.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to