Bugzilla – Attachment 187194 Details for
Bug 38330
Make bib-level suppression a biblio table field instead of part of a MARC tag
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 38330: (follow-up) Quote tagfield value to force VARCHAR comparisson
Bug-38330-follow-up-Quote-tagfield-value-to-force-.patch (text/plain), 1.08 KB, created by
Tomás Cohen Arazi (tcohen)
on 2025-10-01 14:06:22 UTC
(
hide
)
Description:
Bug 38330: (follow-up) Quote tagfield value to force VARCHAR comparisson
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2025-10-01 14:06:22 UTC
Size:
1.08 KB
patch
obsolete
>From 844e511ba0b79154135e202b51b879233a4d732b Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Tom=C3=A1s=20Cohen=20Arazi?= <tomascohen@theke.io> >Date: Wed, 1 Oct 2025 11:05:49 -0300 >Subject: [PATCH] Bug 38330: (follow-up) Quote tagfield value to force VARCHAR > comparisson >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >Signed-off-by: Tomás Cohen Arazi <tomascohen@theke.io> >--- > installer/data/mysql/db_revs/250600020.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/installer/data/mysql/db_revs/250600020.pl b/installer/data/mysql/db_revs/250600020.pl >index b004c92312..85e092342d 100755 >--- a/installer/data/mysql/db_revs/250600020.pl >+++ b/installer/data/mysql/db_revs/250600020.pl >@@ -61,7 +61,7 @@ return { > > $dbh->do( > q{ >- UPDATE marc_subfield_structure SET kohafield='biblio.opac_suppressed' WHERE tagfield=942 AND tagsubfield='n'; >+ UPDATE marc_subfield_structure SET kohafield='biblio.opac_suppressed' WHERE tagfield='942' AND tagsubfield='n'; > } > ); > >-- >2.51.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 38330
:
175648
|
175649
|
175650
|
175651
|
175767
|
175768
|
175769
|
175770
|
179335
|
179336
|
179337
|
179338
|
179339
|
179340
|
179341
|
182094
|
182095
|
182096
|
182097
|
182098
|
182099
|
182100
|
182101
|
182102
|
182135
|
182136
|
182137
|
182138
|
182139
|
182140
|
182141
|
182142
|
182143
|
182144
|
182145
|
186697
|
186698
|
186699
|
186700
|
186701
|
186702
|
186703
|
186704
|
186705
|
186706
|
186707
|
187093
| 187194 |
187200