Bug 21150: Search for item types inconsistencies
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 3 Aug 2018 17:59:33 +0000 (14:59 -0300)
committerNick Clemens <nick@bywatersolutions.com>
Wed, 22 Aug 2018 12:48:22 +0000 (12:48 +0000)
commit6fd1a8c11484e8c1cd771aea0c6ac98a2ab18f40
tree15fa3d690e6145037da3277e6fad79a1fb76629b
parent9b73cc22890aadae0fa6afd9d82d5109cc47fd80
Bug 21150: Search for item types inconsistencies

search_for_data_inconsistencies.pl will now display errors if:
1.item-level_itypes is set to "specific item" and items.itype is not set
or not set to an item type defined in the system (itemtypes.itemtype)
2.item-level_itypes is set to "biblio record" and biblioitems.itemtype is not set
or not set to an item type defined in the system (itemtypes.itemtype)

Test plan:
Use the script and the different possible combinations to display the
errors

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
misc/maintenance/search_for_data_inconsistencies.pl