Bugzilla – Attachment 178701 Details for
Bug 36868
Add ability to automatically empty cart after placing holds ( staff interface and OPAC )
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36868: (QA follow-up): fix typo in DBRev and DBRev skeleton
Bug-36868-QA-follow-up-fix-typo-in-DBRev-and-DBRev.patch (text/plain), 1.73 KB, created by
Victor Grousset/tuxayo
on 2025-02-26 06:06:02 UTC
(
hide
)
Description:
Bug 36868: (QA follow-up): fix typo in DBRev and DBRev skeleton
Filename:
MIME Type:
Creator:
Victor Grousset/tuxayo
Created:
2025-02-26 06:06:02 UTC
Size:
1.73 KB
patch
obsolete
>From c46e443a829a28974ad08496931f1bfc5a66ce8d Mon Sep 17 00:00:00 2001 >From: Victor Grousset/tuxayo <victor@tuxayo.net> >Date: Wed, 26 Feb 2025 02:41:52 +0100 >Subject: [PATCH] Bug 36868: (QA follow-up): fix typo in DBRev and DBRev > skeleton > >Hijacking this follow-up to also fix the source (skeleton) which lead >this typo to have 40 occurences! >--- > .../bug_36868_add_AutoDeleteFromCartWhenHoldPlaced_syspref.pl | 2 +- > installer/data/mysql/atomicupdate/skeleton.pl | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/installer/data/mysql/atomicupdate/bug_36868_add_AutoDeleteFromCartWhenHoldPlaced_syspref.pl b/installer/data/mysql/atomicupdate/bug_36868_add_AutoDeleteFromCartWhenHoldPlaced_syspref.pl >index be7cf50c46..449ba45d15 100755 >--- a/installer/data/mysql/atomicupdate/bug_36868_add_AutoDeleteFromCartWhenHoldPlaced_syspref.pl >+++ b/installer/data/mysql/atomicupdate/bug_36868_add_AutoDeleteFromCartWhenHoldPlaced_syspref.pl >@@ -8,7 +8,7 @@ return { > my ($args) = @_; > my ( $dbh, $out ) = @$args{qw(dbh out)}; > >- # Do you stuffs here >+ # Do your stuff here > $dbh->do( > q{ > INSERT IGNORE INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `type` ) VALUES >diff --git a/installer/data/mysql/atomicupdate/skeleton.pl b/installer/data/mysql/atomicupdate/skeleton.pl >index cece7c8819..c52360bb9e 100755 >--- a/installer/data/mysql/atomicupdate/skeleton.pl >+++ b/installer/data/mysql/atomicupdate/skeleton.pl >@@ -8,7 +8,7 @@ return { > my ($args) = @_; > my ( $dbh, $out ) = @$args{qw(dbh out)}; > >- # Do you stuffs here >+ # Do your stuff here > $dbh->do(q{}); > > # Print useful stuff here >-- >2.48.1
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 36868
:
166834
|
166835
|
167558
|
167695
|
167699
|
167700
|
167701
|
167851
|
167852
|
167853
|
167854
|
167855
|
177760
|
177761
|
177762
|
177763
|
178640
|
178700
| 178701