[Bug 39695] New: Allow framework customization with CirculateILL
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39695 Bug ID: 39695 Summary: Allow framework customization with CirculateILL Change sponsored?: --- Product: Koha Version: Main Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: ILL Assignee: koha-bugs@lists.koha-community.org Reporter: hebah@bywatersolutions.com QA Contact: testopia@bugs.koha-community.org CC: pedro.amorim@openfifth.co.uk, tomascohen@gmail.com The Koha manual notes that "When you create a Book type request a brief catalog record is created automatically based on the Fast Add MARC framework." Some libraries that use Fast Add frameworks in their cataloging/circ workflows might like to use a different framework with specific ILL-preset values. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39695 --- Comment #1 from Pedro Amorim <pedro.amorim@openfifth.co.uk> --- Hi, I believe there is a way to change the default framework of biblios that are created from 'book' ILL requests, even though it's not well known/documented: If you add <framework>CODE</framework> under <interlibrary_loans> in koha-conf.xml, it will use that instead, example (let's say the framework's code is 'ILL'): <interlibrary_loans> ... <framework>ILL</framework> </interlibrary_loans> -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39695 --- Comment #2 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- If that works, please don't close the bug as it should be added to the manual. Even better if we could move it to a system preference later. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39695 --- Comment #3 from hebah@bywatersolutions.com --- This is all good to know for the libraries we support. Better still if it is in a place more librarians are empowered to make the change themselves :). -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39695 --- Comment #4 from Tomás Cohen Arazi (tcohen) <tomascohen@gmail.com> --- This should be backend-defined. i.e. something like `$framework = $req->_backend()->get_framework( $req );` -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39695 --- Comment #5 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- We have this setting for "our" backend, but I think a general setting in system preference that can be overwritten by backend configuration could also make sense. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39695 Lisette Scheer <lisette@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lisette@bywatersolutions.co | |m --- Comment #6 from Lisette Scheer <lisette@bywatersolutions.com> --- (In reply to Katrin Fischer from comment #5)
We have this setting for "our" backend, but I think a general setting in system preference that can be overwritten by backend configuration could also make sense.
Yes, having the ability to set it for the standard backend/as a fallback if not defined in another backend would be good. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39695 Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs@lists.koha-commun |pedro.amorim@openfifth.co.u |ity.org |k CC| |martin.renvoize@openfifth.c | |o.uk -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org