https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21250
--- Comment #4 from Katrin Fischer <[email protected]> --- (In reply to Oliver Behnke from comment #3) > (In reply to Katrin Fischer from comment #2) > > I think using the current user's branch would not be correct - it's possible > > that patrons from one home library visit other branches for lending books. > > I understand your point but what you describe is an edge case, compared to > the current implementation which is always wrong for the patrons of all but > one branch. Sorry, but I don't think it's an edge case. It's very usual for a lot of the libraries that patrons use more than one branch. > > > For another solution see: > > https://wiki.koha-community.org/wiki/Override_sysprefs_in_Apache_config > > I fail to see how that can be solution. Our scenario comprises a single > library with two branches, which seems to me as a standard well supported > setup. Those branches share the same Koha instance and OPAC. There's > therefore just a single web server. How am I supposed to modify the request > headers for the branch-local self-service terminals when they simply display > the same website? > > Thanks You'd change your Apache configuration to keep your normal URL as it is, but have 2 separate URLs for each branch of your library. Say: branch1.library.org and branch2.library.org - using those with the sys pref overwrite at the self check stations would then help select the right patron. But this discussion is getting out of scope here - Apache setup should be better discussed on the mailing list. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. _______________________________________________ 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/
