[Koha-bugs] [Bug 31239] New: search_for_data_inconsistencies.pl fails for Koha to MARC mapping using biblio table

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jul 26 10:57:26 CEST 2022


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

            Bug ID: 31239
           Summary: search_for_data_inconsistencies.pl fails for Koha to
                    MARC mapping using biblio table
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5 - low
         Component: Command-line Utilities
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: fridolin.somers at biblibre.com
        QA Contact: testopia at bugs.koha-community.org
                CC: robin at catalyst.net.nz

The script misc/maintenance/search_for_data_inconsistencies.pl search for
invalid values using Koha to MARC mapping fields.
The tables items and biblioitems are OK but mappings can be on biblio table :
  my $value = $table eq 'items' ? $i->$column : $i->biblioitem->$column;

For example in UNIMARC if fails with error :

The method Koha::Biblioitem->medium is not covered by tests!
Trace begun at /home/koha/src/Koha/Object.pm line 880
Koha::Object::AUTOLOAD('Koha::Biblioitem=HASH(0x55c9a1905a40)') called at
/home/koha/src/misc/maintenance/search_for_data_inconsistencies.pl line 196

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list