https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20855
--- Comment #8 from Jonathan Druart <[email protected]> --- Hi Paul, Yes I know, that's the problem. There are several places in the code where we assumed items.itype or biblioitems.itemtype are set to an itemtype defined in the Koha administration module. But nothing validate that (no foreign key, no mandatory field, etc.) What I am suggesting with bug 21150 is to provide a script to catch the different situations where it can causes problems. Marking items.itype mandatory is wrong if item-level_itypes is set to biblio. -- You are receiving this mail because: You are the assignee for the bug. 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/
