https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25711 Joonas Kylmälä <joonas.kylmala@helsinki.fi> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA CC| |joonas.kylmala@helsinki.fi --- Comment #8 from Joonas Kylmälä <joonas.kylmala@helsinki.fi> --- The line
C4::Reserves::GetReservesControlBranch($item->unblessed, $self->borrower->unblessed);
was uncommented and is needed. The parameters passed to GetReservesControlBranch need to be unblessed for it to return the right branch value. -- You are receiving this mail because: You are watching all bug changes.