https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20344
Bug ID: 20344
Summary: Transferring an item while on hold results in a
transfer were the destination is the same as the
source
Change sponsored?: ---
Product: Koha
Version: master
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P5 - low
Component: Circulation
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected], [email protected]
1. Check out an item
2. Place a hold on the specific item with a pickup at a different branch
3. Check in: Confirm hold and transfert
4. Check the branchtransfers table to ensure that the transfert is here
SELECT *
FROM branchtransfers
order by datesent DESC
LIMIT 10;
5. Home › Circulation › Transfers
6. Create a transfer identical as the existing one
7. You should see «Item is already at destination library.»
8. Check the branchtransfers table
1. First one should have been canceled
«Canceled, new transfer from A to A created»
2. Another one should have been created from A to A
3. These 2 things are the issue.
Because doing the same without a hold
- doesn't create a new transfer
- doesn't cancel the first one
--
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/