http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3195 Summary: No entry in branchtransfers table causes improper holds processing. Product: Koha Version: HEAD Platform: PC OS/Version: All Status: NEW Severity: critical Priority: P1 Component: Hold requests AssignedTo: galen.charlton@liblime.com ReportedBy: rch@liblime.com Estimated Hours: 0.0 Change sponsored?: --- Symptoms: * Titles continue to appear in holds queue even after staff initiates a transfer to fill a hold. * If staff checks in an item on the hold shelf at the source branch, they should be prompted (again) to send the item to the destination branch. They are not. * Patron details page 'On Hold' tab shows two conflicting messages: * Item is waiting Item hasn't been transfered yet from (sourcebranch) * (also note typo in template). * Detail page for the title, in the holds tab, shows status of Waiting (but the item is actually still in transit), shows " Itembeing transfered to" (again, sic) with no destination branch, and "No Barcode". Cause: * looks like call to C4::Circulation::ModItemTransfer in C4::Reserves is the culprit, since this sub was moved to C4::Items. patch on the way; requires further testing to ensure there's not more going on. -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.