Bug 31618: Fix typo in POD for C4::ImportBatch::RecordsFromMARCXMLFile

To test:
1) Apply the patch
2) Visit C4::ImportBatch::RecordsFromMARCXMLFile
3) See that in the POD (mine was somewhere around line 1592) the line starting with '@PARAM1' now says '@PARAM1, String, absolute path to the MARCXML file.'
4) Sign off :)

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
(cherry picked from commit 74bd332051)
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
This commit is contained in:
Sam Lau 2023-06-13 15:00:21 +00:00 committed by Martin Renvoize
parent 073744284a
commit 68a146ab49
Signed by: martin.renvoize
GPG key ID: 422B469130441A0F

View file

@ -1589,7 +1589,7 @@ sub RecordsFromISO2709File {
Creates MARC::Record-objects out of the given MARCXML-file.
@PARAM1, String, absolute path to the ISO2709 file.
@PARAM1, String, absolute path to the MARCXML file.
@PARAM2, String, should be utf8
Returns two array refs.