Bugzilla – Attachment 158370 Details for
Bug 34557
Add option to prevent loading a patron's checkouts on the SCO
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 34557: (follow-up) Tidy
Bug-34557-follow-up-Tidy.patch (text/plain), 1.13 KB, created by
Nick Clemens (kidclamp)
on 2023-11-03 20:26:23 UTC
(
hide
)
Description:
Bug 34557: (follow-up) Tidy
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2023-11-03 20:26:23 UTC
Size:
1.13 KB
patch
obsolete
>From 60745f96ef1f85c9e611cbaaed0a6d96f82bc9fc Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Fri, 3 Nov 2023 20:25:14 +0000 >Subject: [PATCH] Bug 34557: (follow-up) Tidy > >--- > installer/data/mysql/atomicupdate/bug_34557.pl | 7 ++++--- > 1 file changed, 4 insertions(+), 3 deletions(-) > >diff --git a/installer/data/mysql/atomicupdate/bug_34557.pl b/installer/data/mysql/atomicupdate/bug_34557.pl >index 213bc8484d6..90a4cd3ec38 100755 >--- a/installer/data/mysql/atomicupdate/bug_34557.pl >+++ b/installer/data/mysql/atomicupdate/bug_34557.pl >@@ -7,11 +7,12 @@ return { > my ($args) = @_; > 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 > ('SCOLoadCheckoutsByDefault','1','','If enabled, load the list of a patrons checkouts when they log in to the Self Checkout','YesNo') >- }); >+ } >+ ); > > say $out "Added new system preference 'SCOLoadCheckoutsByDefault'"; > }, >-- >2.30.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 34557
:
154508
|
154544
|
154587
|
154590
|
154591
|
156570
|
156571
|
158368
|
158369
|
158370
|
158377
|
158378
|
158379