Bugzilla – Attachment 187263 Details for
Bug 40936
Add index for default patron sort order
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 38330: (RM follow-up) Add missing comma
c144c73.patch (text/plain), 812 bytes, created by
Kyle M Hall (khall)
on 2025-10-02 12:07:22 UTC
(
hide
)
Description:
Bug 38330: (RM follow-up) Add missing comma
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2025-10-02 12:07:22 UTC
Size:
812 bytes
patch
obsolete
>From c144c733cd2065d4fb30887d7ffd627a7b80f747 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 > >Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> >--- > 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 (Apple Git-154)
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 40936
:
187258
|
187259
|
187260
|
187261
|
187262
|
187263
|
187264
|
187265
|
187266
|
187650