Bugzilla – Attachment 173521 Details for
Bug 14670
Add 'cite' option to detail page in OPAC
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 14670: Use 260 if 264 is empty
Bug-14670-Use-260-if-264-is-empty.patch (text/plain), 1.10 KB, created by
Martin Renvoize (ashimema)
on 2024-10-28 11:43:18 UTC
(
hide
)
Description:
Bug 14670: Use 260 if 264 is empty
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2024-10-28 11:43:18 UTC
Size:
1.10 KB
patch
obsolete
>From 83495ba973680bb04062552be00956a150cf864c Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Mon, 29 Jan 2024 17:16:50 +0100 >Subject: [PATCH] Bug 14670: Use 260 if 264 is empty > >Sponsored-by: Orex Digital >Signed-off-by: Hugo Agud <hagud@orex.es> >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > C4/Record.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/C4/Record.pm b/C4/Record.pm >index 4e0152695d0..f4c78dbcb94 100644 >--- a/C4/Record.pm >+++ b/C4/Record.pm >@@ -897,7 +897,7 @@ sub marc2cites { > } else { > %publication = ( > title => $record->subfield("245", "a") || "", >- place => $record->subfield("260", "a") || "", >+ place => $record->subfield("264", "a") || $record->subfield("260", "a") || "", > publisher => $record->subfield("264", "b") || $record->subfield("260", "b") || "", > date => $record->subfield("264", "c") || $record->subfield("260", "c") || $record->subfield("260", "g") || "" > ); >-- >2.47.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 14670
:
41441
|
42971
|
43508
|
43770
|
43771
|
43828
|
43829
|
43919
|
43920
|
43921
|
43922
|
43923
|
43924
|
75679
|
75680
|
75681
|
75682
|
75683
|
161600
|
161601
|
161602
|
161603
|
161604
|
161605
|
161606
|
161607
|
166474
|
167528
|
167529
|
167530
|
167531
|
167532
|
167533
|
167534
|
167535
|
173515
|
173516
|
173517
|
173518
|
173519
|
173520
| 173521 |
173522
|
173523
|
173524
|
174453