Bugzilla – Attachment 167534 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.03 KB, created by
ByWater Sandboxes
on 2024-06-06 10:06:04 UTC
(
hide
)
Description:
Bug 14670: Use 260 if 264 is empty
Filename:
MIME Type:
Creator:
ByWater Sandboxes
Created:
2024-06-06 10:06:04 UTC
Size:
1.03 KB
patch
obsolete
>From cd5a26ba1d9aa9a82894da065dc6b33bdf416021 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 <hagud@orex.es> >--- > C4/Record.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/C4/Record.pm b/C4/Record.pm >index 4e0152695d..f4c78dbcb9 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.39.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 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