Bug 12910 - Confirming a hold with branch transfer clears Return Date
Summary: Confirming a hold with branch transfer clears Return Date
Status: CLOSED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: Circulation (show other bugs)
Version: 3.14
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-11 16:32 UTC by Barton Chittenden
Modified: 2017-06-14 22:10 UTC (History)
2 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Barton Chittenden 2014-09-11 16:32:34 UTC
When the SpecifyReturnDate syspref is enabled, the library should be able to set a return data in returns.pl and check 'Remember for next check in:' All subsequent returns should be checked in using that return date.

If an item is checked in which has a hold with a pick-up location other than the check-in branch, a The 'Hold found' dialog appears. Clicking 'Confirm hold and transfer' dismisses this dialog, but also clears the 'Specify return date' field.
Comment 1 Barton Chittenden 2014-09-11 16:48:40 UTC
To replicate the problem

1) Set system preference 'SpecifyReturnDate' to 'Allow'
2) Check out item to Borrower A at Branch X
3) Place hold for this item for borrower B with pick-up location set to Branch Y
   (I don't believe that it makes a difference whether the items is biblio-level or item-level).)
4) Go to check-in screen
5) Set the 'Specify return date (MM/DD/YYYY)' to yesterday's date
6) Click 'Remember for next check in' check-box
7) Check the item in.
8) The 'Hold found' dialog appears. Click 'Confirm hold and transfer'

At this point, note that the return date has been cleared.
Comment 2 Owen Leonard 2016-08-10 13:38:17 UTC
This doesn't appear to be valid in master anymore.