[Koha-bugs] [Bug 20002] Can't call method "description" on an undefined value at /usr/share/koha/intranet/cgi-bin/members/summary-print.pl line 107.

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Feb 6 14:34:30 CET 2018


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

--- Comment #9 from Jonathan Druart <jonathan.druart at 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.


More information about the Koha-bugs mailing list