From a25d826d08b267afa24ab2030e9e8ae7ebceadbe Mon Sep 17 00:00:00 2001 From: Sam Lau Date: Tue, 13 Jun 2023 15:00:21 +0000 Subject: [PATCH] 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 Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 74bd33205193a6c4f957dccc9e540eacf507ccfc) Signed-off-by: Martin Renvoize (cherry picked from commit 68a146ab4945be9340f68e7044e0c6faf580ee5d) Signed-off-by: Pedro Amorim --- C4/ImportBatch.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C4/ImportBatch.pm b/C4/ImportBatch.pm index cbcdeb5936..0945632089 100644 --- a/C4/ImportBatch.pm +++ b/C4/ImportBatch.pm @@ -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. -- 2.20.1