Bugzilla – Attachment 45352 Details for
Bug 8085
Rename 'Reserve slip' to 'Hold slip'
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 8085: Follow-up: Update to 'Hold Slip' for existing installations
Bug-8085-Follow-up-Update-to-Hold-Slip-for-existin.patch (text/plain), 1.20 KB, created by
Katrin Fischer
on 2015-12-03 13:04:49 UTC
(
hide
)
Description:
Bug 8085: Follow-up: Update to 'Hold Slip' for existing installations
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2015-12-03 13:04:49 UTC
Size:
1.20 KB
patch
obsolete
>From ffc303771bc101604c2d115da96654da0522bb55 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <Katrin.Fischer.83@web.de> >Date: Thu, 3 Dec 2015 14:02:17 +0100 >Subject: [PATCH] Bug 8085: Follow-up: Update to 'Hold Slip' for existing > installations > >Title and description are updated separately, in case that the >library has changed one of them when editing the slip. > >To test: >- Verify that you have a letter named 'Reserve Slip' in your database >- Run the database update >- Verify the slip has been renamed correctly >--- > installer/data/mysql/atomicupdate/bug_8085_rename_reserve_slip.sql | 4 ++++ > 1 file changed, 4 insertions(+) > create mode 100644 installer/data/mysql/atomicupdate/bug_8085_rename_reserve_slip.sql > >diff --git a/installer/data/mysql/atomicupdate/bug_8085_rename_reserve_slip.sql b/installer/data/mysql/atomicupdate/bug_8085_rename_reserve_slip.sql >new file mode 100644 >index 0000000..9b25536 >--- /dev/null >+++ b/installer/data/mysql/atomicupdate/bug_8085_rename_reserve_slip.sql >@@ -0,0 +1,4 @@ >+-- Rename 'Reserve slip' to 'Holds slip' to match Koha's terminology >+UPDATE letter SET name = "Hold Slip" WHERE name = "Reserve Slip"; >+UPDATE letter SET title = "Hold Slip" WHERE title = "Reserve Slip"; >+ >-- >1.9.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 8085
:
45075
|
45119
|
45352
|
45492
|
45503
|
45504
|
167631