Bug 12959

Summary: Check in forgets to remember arbitrary backdating of returns setting
Product: Koha Reporter: Kyle M Hall (khall) <kyle>
Component: CirculationAssignee: Kyle M Hall (khall) <kyle>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: minor    
Priority: P5 - low CC: gmcharlt, jesse, jonathan.druart, kyle.m.hall, smcgarvey, tomascohen
Version: unspecified   
Hardware: All   
OS: All   
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: 10694    
Bug Blocks:    
Attachments: Bug 12959 - Check in forgets to remember arbitrary backdating of returns setting
Bug 12959 - Check in forgets to remember arbitrary backdating of returns setting
Bug 12959 - Check in forgets to remember arbitrary backdating of returns setting

Description Kyle M Hall (khall) 2014-09-18 14:55:50 UTC
Whenever a librarian is prompted with a form during the checking process ( hold to fill, transfer, etc ) the date to backdate returns to is forgotten!
Comment 1 Kyle M Hall (khall) 2014-09-18 14:59:05 UTC Comment hidden (obsolete)
Comment 2 Kyle M Hall (khall) 2014-09-18 15:03:50 UTC
*** Bug 12946 has been marked as a duplicate of this bug. ***
Comment 3 Sean McGarvey 2014-09-29 16:09:43 UTC
This patch has been applied to the Pasco County library system live database and has resolved the issue. Statistical backdating no longer unchecks when a receipt is printed.
Comment 4 Kyle M Hall (khall) 2014-09-30 11:38:23 UTC Comment hidden (obsolete)
Comment 5 Jonathan Druart 2014-10-11 20:30:23 UTC
Created attachment 32272 [details] [review]
Bug 12959 - Check in forgets to remember arbitrary backdating of returns setting

Whenever a librarian is prompted with a form during the checking process
( hold to fill, transfer, etc ) the date to backdate returns to is forgotten!

Test Plan:
1) Begin returning items with a remembered backdate
2) Check in an item that need transfered or has a hold
3) Complete the action requested
4) Note your set return date is now lost
5) Apply this patch
6) Repeat steps 1-3
7) Note your backdate is now remembered!

Signed-off-by: Sean McGarvey <smcgarvey@pascocountyfl.net>

Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Comment 6 Jonathan Druart 2014-10-11 20:30:49 UTC
Changes are consistent, all looks good, no regression found.
Comment 7 Tomás Cohen Arazi (tcohen) 2014-11-25 18:43:46 UTC
Patch pushed to master.

Thanks Kyle!