Bug 15443

Summary: Re-code RESERVESLIP as HOLD_SLIP
Product: Koha Reporter: Kyle M Hall (khall) <kyle>
Component: Hold requestsAssignee: Kyle M Hall (khall) <kyle>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: gmcharlt, veron
Version: unspecified   
Hardware: All   
OS: All   
See Also: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16277
GIT URL: Change sponsored?: ---
Patch complexity: Small patch Documentation contact:
Documentation submission: Text to go in the release notes:
Version(s) released in:
Circulation function:
Bug Depends on: 8085    
Bug Blocks:    
Attachments: Bug 15443 - Re-code RESERVESLIP as HOLD_SLIP
Bug 15443 - Re-code RESERVESLIP as HOLD_SLIP
Bug 15443 - Re-code RESERVESLIP as HOLD_SLIP
Bug 15443 - Re-code RESERVESLIP as HOLD_SLIP

Description Kyle M Hall (khall) 2015-12-30 15:00:40 UTC
It's a bit confusing to have RESERVESLIP named "Hold Slip", we should finish the job and recode the slip.
Comment 1 Kyle M Hall (khall) 2015-12-30 15:04:41 UTC Comment hidden (obsolete)
Comment 2 Kyle M Hall (khall) 2015-12-30 15:06:30 UTC Comment hidden (obsolete)
Comment 3 Marc Véron 2015-12-31 14:39:10 UTC Comment hidden (obsolete)
Comment 4 Jonathan Druart 2016-01-04 11:50:56 UTC
Created attachment 46226 [details] [review]
Bug 15443 - Re-code RESERVESLIP as HOLD_SLIP

It's a bit confusing to have RESERVESLIP named "Hold Slip", we should
finish the job and recode the slip.

Test Plan:
1) Apply this patch
2) Run updatedatabase.pl
3) Try printing a hold slip, you should note no difference
   from pre-patch behavior

Followed test plan. The slip is triggered if you want to check out
an item that is reserved / on hold for another patron. Works as expected.
Signed-off-by: Marc Véron <veron@veron.ch>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Comment 5 Kyle M Hall (khall) 2016-01-04 12:53:05 UTC
Pushed to master!