Bugzilla – Attachment 174012 Details for
Bug 15461
Add shelving location to holdings table as a separate column
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 15461: Perl tidy
Bug-15461-Perl-tidy.patch (text/plain), 1.18 KB, created by
Lucas Gass (lukeg)
on 2024-11-05 17:07:38 UTC
(
hide
)
Description:
Bug 15461: Perl tidy
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2024-11-05 17:07:38 UTC
Size:
1.18 KB
patch
obsolete
>From 8cdf042b9db5dcfe37ab94d3945688e741d3595c Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Mon, 29 Apr 2024 20:15:49 +0000 >Subject: [PATCH] Bug 15461: Perl tidy > >Signed-off-by: Andrew Fuerste-Henry <andrewfh@dubcolib.org> >--- > installer/data/mysql/atomicupdate/bug_15461.pl | 6 ++++-- > 1 file changed, 4 insertions(+), 2 deletions(-) > >diff --git a/installer/data/mysql/atomicupdate/bug_15461.pl b/installer/data/mysql/atomicupdate/bug_15461.pl >index d7ed32ee0ce..12e47efcce1 100755 >--- a/installer/data/mysql/atomicupdate/bug_15461.pl >+++ b/installer/data/mysql/atomicupdate/bug_15461.pl >@@ -8,10 +8,12 @@ return { > my ( $dbh, $out ) = @$args{qw(dbh out)}; > > # Do you stuffs here >- $dbh->do(q{ >+ $dbh->do( >+ q{ > INSERT IGNORE INTO systempreferences (`variable`,`value`,`options`,`explanation`,`type`) > VALUES ('StaffLocationOnDetail','home','holding|home|both|column','In the staff interface, display the shelving location on its own column or under a library columns.','Choice') >- }); >+ } >+ ); > > say $out "Added new system preference 'StaffLocationOnDetail'"; > }, >-- >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 15461
:
162980
|
162981
|
162982
|
162987
|
162990
|
162991
|
162992
|
162993
|
165804
|
165805
|
165806
|
170238
|
170268
|
170269
|
170270
|
174011
|
174012
|
174013
|
175857
|
176142
|
176669