[Koha-bugs] [Bug 20623] PDF export of a basket group fails when an item has an itemtype that is not in the itemtype table

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Aug 2 14:37:03 CEST 2018


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

--- Comment #16 from Victor Grousset/tuxayo <victor.grousset at biblibre.com> ---
To help anyone having a similar problem to check if there are affected of not:

error message:

Can't call method "description" on an undefined value at
/home/koha/src/acqui/basketgroup.pl line 199.



Comparing the itemtypes table content with the actually used itemtypes
(to check if there are used ones that aren't in the itemtypes table)

SELECT itemtype FROM itemtypes;
SELECT DISTINCT itemtype from biblioitems;

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


More information about the Koha-bugs mailing list