Bugzilla – Attachment 87601 Details for
Bug 21953
Term "Lost item" is untranslatable
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 21953: Update existing rows in DB
Bug-21953-Update-existing-rows-in-DB.patch (text/plain), 892 bytes, created by
Martin Renvoize (ashimema)
on 2019-04-09 12:11:10 UTC
(
hide
)
Description:
Bug 21953: Update existing rows in DB
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2019-04-09 12:11:10 UTC
Size:
892 bytes
patch
obsolete
>From 21219c8fb21925458c5c5c2e3eb5b4ecf6ea6a02 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 6 Mar 2019 16:09:06 -0300 >Subject: [PATCH] Bug 21953: Update existing rows in DB > >Signed-off-by: Hayley Mapley <hayleymapley@catalyst.net.nz> >Test plan passes. >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > installer/data/mysql/atomicupdate/bug_21953.sql | 1 + > 1 file changed, 1 insertion(+) > create mode 100644 installer/data/mysql/atomicupdate/bug_21953.sql > >diff --git a/installer/data/mysql/atomicupdate/bug_21953.sql b/installer/data/mysql/atomicupdate/bug_21953.sql >new file mode 100644 >index 0000000000..8a18635bd6 >--- /dev/null >+++ b/installer/data/mysql/atomicupdate/bug_21953.sql >@@ -0,0 +1 @@ >+UPDATE accountlines SET description=REGEXP_REPLACE(description, '^Lost Item ', '') WHERE accounttype="PF"; >-- >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 21953
:
82872
|
83433
|
83439
|
86209
|
86210
|
86211
|
86405
|
86406
|
86418
|
87593
|
87594
|
87595
|
87596
|
87597
|
87599
|
87600
|
87601
|
87602
|
87603
|
87659
|
87660
|
87661
|
87662
|
87663
|
87782
|
87783
|
87784
|
87785
|
87786