https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21591
--- Comment #11 from David Nind <[email protected]> --- Notes from testing: Warnings before patch applied ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ == Items do not have itype defined == Use of uninitialized value in sprintf at misc/maintenancesearch_for_data_inconsistencies.pl line 61. * Item with itemnumber=1 does not have a itype value, biblio's item type will be used () => The system preference item-level_itypes expects item types to be defined at item level Warning after patch applied (also tested itype=""): ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ == Items do not have itype defined == * Item with itemnumber=1 does not have a itype value, additionally no item type defined for biblionumber=1 => The system preference item-level_itypes expects item types to be defined at item level -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
