https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20002
--- Comment #9 from Jonathan Druart <[email protected]> --- What are the return of these queries: select itype from items where itemnumber=322947; select itemtype from biblioitems bi left join items it on bi.biblionumber=it.biblionumber where it.itemnumber=322947; select value from systempreferences where variable="item-level_itypes"; select itemtype from itemtypes; -- 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] http://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/
