Bugzilla – Attachment 89680 Details for
Bug 22509
Add a script to generate MARC fields containing date formatted strings
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 22509: Clarify with an example the usage of --unless-exists
Bug-22509-Clarify-with-an-example-the-usage-of---u.patch (text/plain), 1.04 KB, created by
Katrin Fischer
on 2019-05-13 19:05:18 UTC
(
hide
)
Description:
Bug 22509: Clarify with an example the usage of --unless-exists
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2019-05-13 19:05:18 UTC
Size:
1.04 KB
patch
obsolete
>From f58743c512ef4af2ad2ba84c6c22ec6df7f2395e Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Sat, 11 May 2019 18:58:20 -0500 >Subject: [PATCH] Bug 22509: Clarify with an example the usage of > --unless-exists > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > misc/add_date_fields_to_marc_records.pl | 6 +++++- > 1 file changed, 5 insertions(+), 1 deletion(-) > >diff --git a/misc/add_date_fields_to_marc_records.pl b/misc/add_date_fields_to_marc_records.pl >index e20cf639e2..e57679bb43 100755 >--- a/misc/add_date_fields_to_marc_records.pl >+++ b/misc/add_date_fields_to_marc_records.pl >@@ -138,7 +138,11 @@ For instance: > > =item B<--unless-exists> > >-Will only create the new fields if this field does not exist >+Will only create the new fields if this field does not exist. >+ >+For instance, if --field='905$a=0/%Y' and --unless-exists='905$a' are provided, a 905$a will be created unless there is already one. >+If --unless-exists is not passed, a new 905$a will be created in any case. >+ > > =back > >-- >2.11.0
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 22509
:
86586
|
87435
|
87588
|
87589
|
88532
|
88533
|
89546
|
89616
|
89626
|
89627
| 89680