Bugzilla – Attachment 60043 Details for
Bug 17913
Merge three authority merge fixes
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED-OFF] Bug 17913: [16.11.x] followup
SIGNED-OFF-Bug-17913-1611x-followup.patch (text/plain), 1.32 KB, created by
Josef Moravec
on 2017-02-08 22:02:29 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 17913: [16.11.x] followup
Filename:
MIME Type:
Creator:
Josef Moravec
Created:
2017-02-08 22:02:29 UTC
Size:
1.32 KB
patch
obsolete
>From b15dc70c36754d34eadfca69484efd22a99963a2 Mon Sep 17 00:00:00 2001 >From: Josef Moravec <josef.moravec@gmail.com> >Date: Wed, 8 Feb 2017 20:45:51 +0000 >Subject: [PATCH] [SIGNED-OFF] Bug 17913: [16.11.x] followup > >Signed-off-by: Josef Moravec <josef.moravec@gmail.com> >--- > C4/AuthoritiesMarc.pm | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > >diff --git a/C4/AuthoritiesMarc.pm b/C4/AuthoritiesMarc.pm >index 2356ae9..34d498f 100644 >--- a/C4/AuthoritiesMarc.pm >+++ b/C4/AuthoritiesMarc.pm >@@ -1459,10 +1459,10 @@ sub merge { > # Get All candidate Tags for the change > # (This will reduce the search scope in marc records). > my $sql = "SELECT DISTINCT tagfield FROM marc_subfield_structure WHERE authtypecode=?"; >- my $tags_using_authtype = $dbh->selectcol_arrayref( $sql, undef, ( $authtypecodefrom )); >+ my $tags_using_authtype = $dbh->selectcol_arrayref( $sql, undef, ( $authtypefrom->authtypecode )); > my $tags_new; >- if ($authtypecodeto ne $authtypecodefrom){ >- $tags_new = $dbh->selectcol_arrayref( $sql, undef, ( $authtypecodeto )); >+ if ($authtypeto->authtypecode ne $authtypefrom->authtypecode){ >+ $tags_new = $dbh->selectcol_arrayref( $sql, undef, ( $authtypeto->authtypecode )); > } > # BulkEdit marc records > # May be used as a template for a bulkedit field >-- >2.1.4
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 17913
:
59009
|
59010
|
59016
|
59017
|
59065
|
59066
|
59073
|
59078
|
59079
|
59080
|
59081
|
59082
|
59083
|
59084
|
59085
|
59089
|
59090
|
59102
|
59103
|
59104
|
59105
|
59106
|
59107
|
59108
|
59109
|
59110
|
59325
|
59326
|
59327
|
59328
|
59329
|
59330
|
59331
|
59332
|
59333
|
59352
|
59358
|
59360
|
59361
|
59362
|
59363
|
59364
|
59365
|
59366
|
59367
|
59368
|
59369
|
59370
|
59411
|
59412
|
59413
|
60042
| 60043 |
60341
|
60342