Bugzilla – Attachment 192252 Details for
Bug 41730
Automate change Withdrawn status when item is paid for
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 41730: Correct SQL punctuation in atomicupdate
Bug-41730-Correct-SQL-punctuation-in-atomicupdate.patch (text/plain), 1.11 KB, created by
Andrew Fuerste-Henry
on 2026-01-30 16:57:32 UTC
(
hide
)
Description:
Bug 41730: Correct SQL punctuation in atomicupdate
Filename:
MIME Type:
Creator:
Andrew Fuerste-Henry
Created:
2026-01-30 16:57:32 UTC
Size:
1.11 KB
patch
obsolete
>From 5420437492a2ca8ef854c31c7fc556dffaafd617 Mon Sep 17 00:00:00 2001 >From: Andrew Fuerste Henry <andrew@bywatersolutions.com> >Date: Fri, 30 Jan 2026 16:56:38 +0000 >Subject: [PATCH] Bug 41730: Correct SQL punctuation in atomicupdate > >--- > installer/data/mysql/atomicupdate/bug_41730.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/installer/data/mysql/atomicupdate/bug_41730.pl b/installer/data/mysql/atomicupdate/bug_41730.pl >index d0bc5c9d239..0070e838e7b 100755 >--- a/installer/data/mysql/atomicupdate/bug_41730.pl >+++ b/installer/data/mysql/atomicupdate/bug_41730.pl >@@ -12,7 +12,7 @@ return { > $dbh->do( > q{ > INSERT IGNORE INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `type` ) VALUES >- ('UpdateItemWithdrawnStatusWhenPaid', '0', NULL, 'Allows the status of items to be automatically changed to withdrawn for when paid for', 'Integer'), >+ ('UpdateItemWithdrawnStatusWhenPaid', '0', NULL, 'Allows the status of items to be automatically changed to withdrawn for when paid for', 'Integer'); > } > ); > >-- >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 41730
:
192137
|
192138
|
192252
|
192255
|
192256
|
192263
|
192264
|
192269
|
192270