Bug 21844

Summary: Add callnumber to fines descriptions
Product: Koha Reporter: Nick Clemens <nick>
Component: Fines and feesAssignee: Nick Clemens <nick>
Status: CLOSED FIXED QA Contact: Marcel de Rooy <m.de.rooy>
Severity: enhancement    
Priority: P5 - low CC: gmcharlt, katrin.fischer, kyle.m.hall, m.de.rooy, martin.renvoize, pierre-marc.thibault
Version: master   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: Trivial patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Attachments: Bug 21844: Include itemcallnumber in lost ifne description
Bug 21844: Include itemcallnumber in lost ifne description
Bug 21844: Include itemcallnumber in lost fine description

Description Nick Clemens 2018-11-15 18:56:52 UTC
Some libraries would like to be able to do a shelf check when a patron disputes a lost charge. Providing the callnumber in the lost fine description would make this much easier
Comment 1 Nick Clemens 2018-11-15 18:59:58 UTC
Created attachment 82373 [details] [review]
Bug 21844: Include itemcallnumber in lost ifne description

To test:
 1 - Make sure WhenLostChargeReplacementFee is set to charge
 2 - Find an item with a replacement cost (or default) and a call number
 3 - Checkout the item to a patron
 4 - Mark the item lost
 5 - View the fine - the description includes title and barcode
 6 - Apply patch
 7 - Check the item in
 8 - Check it out again
 9 - Mark it lost
10 - Note the fine inclues the callnumber
Comment 2 Pierre-Marc Thibault 2018-11-16 21:19:46 UTC
Created attachment 82419 [details] [review]
Bug 21844: Include itemcallnumber in lost ifne description

To test:
 1 - Make sure WhenLostChargeReplacementFee is set to charge
 2 - Find an item with a replacement cost (or default) and a call number
 3 - Checkout the item to a patron
 4 - Mark the item lost
 5 - View the fine - the description includes title and barcode
 6 - Apply patch
 7 - Check the item in
 8 - Check it out again
 9 - Mark it lost
10 - Note the fine inclues the callnumber

Signed-off-by: Pierre-Marc Thibault <pierre-marc.thibault@inLibro.com>
Comment 3 Marcel de Rooy 2018-11-29 11:19:39 UTC
Created attachment 82727 [details] [review]
Bug 21844: Include itemcallnumber in lost fine description

To test:
 1 - Make sure WhenLostChargeReplacementFee is set to charge
 2 - Find an item with a replacement cost (or default) and a call number
 3 - Checkout the item to a patron
 4 - Mark the item lost
 5 - View the fine - the description includes title and barcode
 6 - Apply patch
 7 - Check the item in
 8 - Check it out again
 9 - Mark it lost
10 - Note the fine includes the callnumber

Signed-off-by: Pierre-Marc Thibault <pierre-marc.thibault@inLibro.com>

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Comment 4 Nick Clemens 2018-12-26 20:51:55 UTC
Awesome work all!

Pushed to master for 19.05
Comment 5 Martin Renvoize 2019-01-03 14:24:30 UTC
Enhancement, will not be backported to 18.11.x series.