Bugzilla – Attachment 187093 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: (RM follow-up) Add missing comma
Bug-38330-RM-follow-up-Add-missing-comma.patch (text/plain), 740 bytes, created by
Lucas Gass (lukeg)
on 2025-09-30 12:16:41 UTC
(
hide
)
Description:
Bug 38330: (RM follow-up) Add missing comma
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2025-09-30 12:16:41 UTC
Size:
740 bytes
patch
obsolete
>From dd2c33093241964e479e3c4d6aa29f92a302a080 Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Tue, 30 Sep 2025 12:16:05 +0000 >Subject: [PATCH] Bug 38330: (RM follow-up) Add missing comma > >--- > C4/Biblio.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/C4/Biblio.pm b/C4/Biblio.pm >index 1084e7bf69c..c56d721003c 100644 >--- a/C4/Biblio.pm >+++ b/C4/Biblio.pm >@@ -2653,7 +2653,7 @@ sub _koha_modify_biblio { > seriestitle = ?, > copyrightdate = ?, > abstract = ?, >- timestamp = current_timestamp() >+ timestamp = current_timestamp(), > opac_suppressed = ? > WHERE biblionumber = ? > " >-- >2.39.5
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