Bugzilla – Attachment 152323 Details for
Bug 31618
Typo in POD for C4::ImportBatch::RecordsFromMARCXMLFile
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 31618: Fix typo in POD for C4::ImportBatch::RecordsFromMARCXMLFile
Bug-31618-Fix-typo-in-POD-for-C4ImportBatchRecords.patch (text/plain), 1.02 KB, created by
Lucas Gass (lukeg)
on 2023-06-13 19:46:45 UTC
(
hide
)
Description:
Bug 31618: Fix typo in POD for C4::ImportBatch::RecordsFromMARCXMLFile
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2023-06-13 19:46:45 UTC
Size:
1.02 KB
patch
obsolete
>From c70581634229f917082d8999d7798abeaa391415 Mon Sep 17 00:00:00 2001 >From: Sam Lau <samalau@gmail.com> >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 <lucas@bywatersolutions.com> >--- > C4/ImportBatch.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/C4/ImportBatch.pm b/C4/ImportBatch.pm >index 65c0743ffd..92efc9af9a 100644 >--- a/C4/ImportBatch.pm >+++ b/C4/ImportBatch.pm >@@ -1590,7 +1590,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.30.2
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 31618
:
152306
|
152323
|
152589