17 Oct
2018
17 Oct
'18
9:58 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21591 --- Comment #1 from Nick Clemens <nick@bywatersolutions.com> --- Created attachment 80757 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=80757&action=edit Bug 21591: Check for record level item type issues too To test: 1 - sudo koha-mysql kohadev 2 - UPDATE biblioitems SET itemtype = NULL where biblionumber = 1 3 - UPDATE items SET itype = NULL where biblionumber = 1 4 - perl misc/maintenance/search_for_data_inconsistencies.pl 5 - Notice warnings 6 - Apply patch 7 - Undefined itemtype on bibliolevel is now warned -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.