Bug 8085

Summary: Rename 'Reserve slip' to 'Hold slip'
Product: Koha Reporter: Nicole C. Engard <nengard>
Component: NoticesAssignee: Katrin Fischer <katrin.fischer>
Status: CLOSED FIXED QA Contact:
Severity: minor    
Priority: P5 - low CC: jonathan.druart, kyle
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: String patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:
Bug Depends on:    
Bug Blocks: 15443    
Attachments: Bug 9184: Rename 'Reserve slip' to 'Hold slip'
[SIGNED-OFF] Bug 9184: Rename 'Reserve slip' to 'Hold slip'
Bug 8085: Follow-up: Update to 'Hold Slip' for existing installations
Bug 8085: Follow-up: Update to 'Hold Slip' for existing installations
Bug 8085: Rename 'Reserve slip' to 'Hold slip'
Bug 8085: Follow-up: Update to 'Hold Slip' for existing installations
Bug 8085: Rename 'Reserve slip' to 'Hold slip'

Description Nicole C. Engard 2012-05-14 15:01:23 UTC
We use the word Hold(s) throughout Koha, but the Notices & Slips tool lists the Holds Slip as Reserve Slip.
Comment 1 Owen Leonard 2012-05-17 12:30:42 UTC
The text comes from the database (letters.name), so this isn't a template bug. We'll have to revise the default data and update existing installations to correct the name.
Comment 2 Nicole C. Engard 2012-05-17 12:38:23 UTC
I'm not talking about RESERVESLIP - the code - I'm talking about the 'descriptive text' which also says Reserve.

I know we can't change the DB easily.
Comment 3 Owen Leonard 2012-05-17 12:47:15 UTC
letters.name (the identifier in the Notices interface) = "Reserve Slip" and letters.title (the message subject) = "Reserve Slip." So two instances in the database need to be modified.
Comment 4 Katrin Fischer 2015-06-06 22:41:53 UTC
Still valid
Comment 5 Katrin Fischer 2015-11-22 00:40:20 UTC Comment hidden (obsolete)
Comment 6 Owen Leonard 2015-11-24 14:02:54 UTC Comment hidden (obsolete)
Comment 7 Jonathan Druart 2015-12-02 09:54:04 UTC
Don't you think we could update existing installations too?
Comment 8 Katrin Fischer 2015-12-02 22:16:40 UTC
I thought about it, but then opted for "no surprise". If you are used to edit the Reserve Slip it might be irritating to find it renamed... but I can certainly write a follow-up if you think. I'd check for "Reserve slip" in the description, because of possible translations then.
Comment 9 Katrin Fischer 2015-12-03 13:04:49 UTC Comment hidden (obsolete)
Comment 10 Katrin Fischer 2015-12-03 13:08:47 UTC
I have added another patch to update existing installations - please test and comment if you think if this change is useful.
Comment 11 Frédéric Demians 2015-12-08 13:17:03 UTC Comment hidden (obsolete)
Comment 12 Jonathan Druart 2015-12-08 16:02:58 UTC
Created attachment 45503 [details] [review]
Bug 8085: Rename 'Reserve slip' to 'Hold slip'

This patch changes all occurrences of 'Reserve slip'
to 'Hold slip' in the sample notices files and
in one of the system preferences.

To test:
- Make sure the sample_notices.sql are correctly
  changed.
- Verify the description of the SlipCSS system
  preference has been changed correctly.

Checked the working in system preferences and re-loaded notices from the
updated English sample notices SQL. Changes look correct.

Signed-off-by: Owen Leonard <oleonard@myacpl.org>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Comment 13 Jonathan Druart 2015-12-08 16:03:05 UTC
Created attachment 45504 [details] [review]
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

Signed-off-by: Frédéric Demians <f.demians@tamil.fr>
  Job done on a Koha English version. It won't hurt other langages

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Comment 14 Kyle M Hall (khall) 2015-12-30 14:57:50 UTC
Pushed to master, thanks Katrin!
Comment 15 Owen Leonard 2024-06-11 13:55:44 UTC
Created attachment 167631 [details] [review]
Bug 8085: Rename 'Reserve slip' to 'Hold slip'

This patch changes all occurrences of 'Reserve slip'
to 'Hold slip' in the sample notices files and
in one of the system preferences.

To test:
- Make sure the sample_notices.sql are correctly
  changed.
- Verify the description of the SlipCSS system
  preference has been changed correctly.

Checked the working in system preferences and re-loaded notices from the
updated English sample notices SQL. Changes look correct.

Signed-off-by: Owen Leonard <oleonard@myacpl.org>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>