https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10060
--- Comment #4 from Liz Rea <[email protected]> --- (In reply to Oliver Behnke from comment #2) > For us it's the other way round: we use a two-library-setup, both with > auto-self-checkout enabled (based on cardnumber). The problem is that since > the internal self-checkout user also has to be assigned to exactly one > branch, that branch will be used as "current location" when a patron checks > out a book. So, it's the self-service account's branch that's used instead > of the borrower's branch. > > From looking at the code it seems that C4::Circulation->AddIssue() is using > "C4::Context->userenv->{branch}" where "$borrower->{'branch'}" should > probably be used instead, since the current user's branch isn't relevant > (even wrong) in the auto-self-checkout context. > > FYI, we use the following config (if relevant at all): > - CircControl: the library the item is from > - HomeOrHoldingBranch: the library the item is from > > Shall I open a dedicated bug report for that I do we (re)use this one...? > > Thanks! Probably -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. _______________________________________________ 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/
