https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21250

            Bug ID: 21250
           Summary: Auto-self-checkout not fully compatible with
                    two-branch library setup
 Change sponsored?: ---
           Product: Koha
           Version: 18.05
          Hardware: All
                OS: All
            Status: NEW
          Severity: major
          Priority: P5 - low
         Component: Self checkout
          Assignee: koha-bugs@lists.koha-community.org
          Reporter: oliver.beh...@aei.mpg.de
        QA Contact: testo...@bugs.koha-community.org

We use a two-branch library setup, both with auto-self-checkout enabled, so
patrons log in with their cardnumber via the pre-defined staff user account
(see below). 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 patron's/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):
- Koha 18.05.01-2
- AutoSelfCheckAllowed: Allow (AutoSelfCheckID/AutoSelfCheckPass)
- CircControl: the library the item is from
- HomeOrHoldingBranch: the library the item is from

Thank you.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/

Reply via email to