https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30979
--- Comment #26 from Martin Renvoize <[email protected]> --- (In reply to David Cook from comment #20) > I haven't looked into the code yet but I was wondering how you work out the > branch for the checkout. > > For a multi-branch library, they might need to self-checkout from multiple > different locations. Do we just use the holdingbranch of the item in that > case? I don't touch the existing code for that at all.. we're calling 'AddIssue' within the API here and that uses the logic in '_GetCircControlBranch'.. which I believe looks at environment. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
