Bug 28176 - Transfer not created for items returning home if confirmed with "Yes, print slip" button
Summary: Transfer not created for items returning home if confirmed with "Yes, print s...
Status: RESOLVED DUPLICATE of bug 28064
Alias: None
Product: Koha
Classification: Unclassified
Component: Circulation (show other bugs)
Version: 20.05
Hardware: All All
: P5 - low major (vote)
Assignee: Kyle M Hall
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-04-20 13:15 UTC by Kyle M Hall
Modified: 2021-04-20 13:27 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
Bug 28176: Transfer not created for items returning home if confirmed with "Yes, print slip" button (2.75 KB, patch)
2021-04-20 13:19 UTC, Kyle M Hall
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 2021-04-20 13:15:51 UTC
If an items is to be transferred home after being checked out at a different branch, the "Yes, print slip" button does not generate the transfer, but the "Yes" button does.
Comment 1 Kyle M Hall 2021-04-20 13:19:50 UTC
Created attachment 119908 [details] [review]
Bug 28176: Transfer not created for items returning home if confirmed with "Yes, print slip" button

If an items is to be transferred home after being checked out at a different branch, the "Yes, print slip" button does not generate the transfer, but the "Yes" button does.

Test Plan:
 1) Set AutomaticItemReturn to "Don't"
 2) Place a hold for pickup at a different branch
 3) Check in the item, confirm the hold and transfer
 4) Check in the item at the pickup branch
 5) Check the item out to the patron
 6) Check the item in at the pickup branch
 7) Confirm the transfer back to the home library with the "Yes, print
    slip" button
 8) Check the branchtransfers table, not there is not open transfer
 9) Apply this patch, repeat steps 1-8
10) Note the branch transfer was created!
Comment 2 Owen Leonard 2021-04-20 13:25:49 UTC
I think this is a duplicate of Bug 28064
Comment 3 Kyle M Hall 2021-04-20 13:27:00 UTC

*** This bug has been marked as a duplicate of bug 28064 ***