[Koha-bugs] [Bug 21591] Data inconsistencies - Item types and biblio level

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Mar 3 10:58:52 CET 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21591

--- Comment #11 from David Nind <david at davidnind.com> ---
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.


More information about the Koha-bugs mailing list