Bugzilla – Attachment 136495 Details for
Bug 27779
Cashup summary 'refunds' should denote what the refund was actioned against
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27779: (QA follow-up) Fix database update
Bug-27779-QA-follow-up-Fix-database-update.patch (text/plain), 1.01 KB, created by
Martin Renvoize (ashimema)
on 2022-06-24 13:32:37 UTC
(
hide
)
Description:
Bug 27779: (QA follow-up) Fix database update
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2022-06-24 13:32:37 UTC
Size:
1.01 KB
patch
obsolete
>From 9cf72cdb756666fee255db7fa723c15d41049530 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Fri, 24 Jun 2022 14:30:53 +0100 >Subject: [PATCH] Bug 27779: (QA follow-up) Fix database update > >Don't overwrite peoples translations if they've already changed the >description. > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > installer/data/mysql/atomicupdate/bug_27779.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/installer/data/mysql/atomicupdate/bug_27779.pl b/installer/data/mysql/atomicupdate/bug_27779.pl >index f99c08d481..1be4bf0ff5 100755 >--- a/installer/data/mysql/atomicupdate/bug_27779.pl >+++ b/installer/data/mysql/atomicupdate/bug_27779.pl >@@ -9,7 +9,7 @@ return { > > $dbh->do(q{ > UPDATE account_credit_types >- SET description = 'Refund' WHERE code = 'REFUND' >+ SET description = 'Refund' WHERE code = 'REFUND' AND description = 'A refund applied to a patrons fine'; > }); > }, > } >-- >2.20.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 27779
:
121218
|
121219
|
121224
|
121225
|
127552
|
127553
|
127554
|
130024
|
136491
|
136492
|
136493
|
136494
|
136495
|
137386
|
137387
|
137388
|
137389
|
137390
|
138809
|
138810
|
138811
|
138812
|
138813
|
138849
|
138883
|
138884