http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8004 Priority: P5 - low Change sponsored?: --- Bug ID: 8004 CC: gmcharlt@gmail.com Assignee: koha.sekjal@gmail.com Summary: Items on Hold Lose Transfer After Being Scanned Twice QA Contact: koha.sekjal@gmail.com Severity: enhancement Classification: Unclassified OS: All Reporter: kyle.m.hall@gmail.com Hardware: All Status: NEW Version: rel_3_6 Component: Hold requests Product: Koha When a hold is placed on an item where the pickup location is different than the holding library, Koha initiates a branch transfer for that item to fill that hold when items is run through the returns system. If the item is then run through returns a second time, the system is supposed to close that transfer as a 'wrongtransfer', and open a new transfer with the same from and to branches as the original. The problem is that the original transfer is closed, but the new transfer is not created. This is because at some point, someone replaced the template variable WrongTransfer, which had previously contained the branchcode for the library to transfer to, with the full name of the library instead ( I assume to make a look nicer ). The consequence of this, is the the name of the library is passed to updateWrongTransfer instead of the branchcode, causing the failure. -- You are receiving this mail because: You are watching all bug changes.