Bug 31618: Fix typo in POD for C4::ImportBatch::RecordsFromMARCXMLFile
authorSam Lau <samalau@gmail.com>
Tue, 13 Jun 2023 15:00:21 +0000 (15:00 +0000)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Mon, 17 Jul 2023 13:49:48 +0000 (14:49 +0100)
commit68a146ab4945be9340f68e7044e0c6faf580ee5d
treee50ac2ce53e3e2495f596cf6b7cb5ed3bccd8f50
parent073744284afeb587ef4aa07a0e8aedb0018798d6
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 74bd33205193a6c4f957dccc9e540eacf507ccfc)
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
C4/ImportBatch.pm