2 Aug
2018
2 Aug
'18
2:37 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20623 --- Comment #16 from Victor Grousset/tuxayo <victor.grousset@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.