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: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
                CC: [email protected]

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.
_______________________________________________
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/

Reply via email to