Bug 12959 - Check in forgets to remember arbitrary backdating of returns setting
Summary: Check in forgets to remember arbitrary backdating of returns setting
Status: CLOSED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: Circulation (show other bugs)
Version: unspecified
Hardware: All All
: P5 - low minor (vote)
Assignee: Kyle M Hall
QA Contact: Testopia
URL:
Keywords:
: 12946 (view as bug list)
Depends on: 10694
Blocks:
  Show dependency treegraph
 
Reported: 2014-09-18 14:55 UTC by Kyle M Hall
Modified: 2015-06-04 23:33 UTC (History)
6 users (show)

See Also:
Change sponsored?: ---
Patch complexity: Small patch
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments
Bug 12959 - Check in forgets to remember arbitrary backdating of returns setting (4.37 KB, patch)
2014-09-18 14:59 UTC, Kyle M Hall
Details | Diff | Splinter Review
Bug 12959 - Check in forgets to remember arbitrary backdating of returns setting (4.43 KB, patch)
2014-09-30 11:38 UTC, Kyle M Hall
Details | Diff | Splinter Review
Bug 12959 - Check in forgets to remember arbitrary backdating of returns setting (4.47 KB, patch)
2014-10-11 20:30 UTC, Jonathan Druart
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Kyle M Hall 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 2014-09-18 14:59:05 UTC Comment hidden (obsolete)
Comment 2 Kyle M Hall 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 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 2014-11-25 18:43:46 UTC
Patch pushed to master.

Thanks Kyle!