6 Feb
2018
6 Feb
'18
2:34 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20002 --- Comment #9 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- 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.