[Koha-bugs] [Bug 31618] New: Typo in POD for C4::ImportBatch::RecordsFromMARCXMLFile

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Sep 23 15:32:11 CEST 2022


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

            Bug ID: 31618
           Summary: Typo in POD for
                    C4::ImportBatch::RecordsFromMARCXMLFile
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: trivial
          Priority: P5 - low
         Component: MARC Bibliographic data support
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: magnus at libriotech.no
        QA Contact: testopia at bugs.koha-community.org

1572 =head2 RecordsFromMARCXMLFile
1573 
1574     my ($errors, $records) =
C4::ImportBatch::RecordsFromMARCXMLFile($input_file, $encoding);
1575 
1576 Creates MARC::Record-objects out of the given MARCXML-file.
1577 
1578 @PARAM1, String, absolute path to the ISO2709 file.

The last line should say MARCXML, not ISO2709.

-- 
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