https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20623
--- Comment #16 from Victor Grousset/tuxayo <[email protected]> --- 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. _______________________________________________ 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/
