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)
committerTomas Cohen Arazi <tomascohen@theke.io>
Fri, 23 Jun 2023 13:01:02 +0000 (10:01 -0300)
commit74bd33205193a6c4f957dccc9e540eacf507ccfc
tree5c14fb36fdd64f6ed0f630cd2bfa4fc93e442737
parent7b1391ea9f4758cb1145da4af7ddcea89d208e8a
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>
C4/ImportBatch.pm