Hi Manny,
it appears that you are right - the Transfer link on the circulation
home page will only show if either IndependentBranches is turned off or
you have the superlibrarian permission:
circ/circulation-home.pl:
$template->param( display_transfer => 1 ) if (
($flags->{'superlibrarian'} == 1) ||
(C4::Context->preference("IndependentBranches") == 0) );
I think at the moment it seems the only option would be to turn off
IndependentBranches.
Hope that helps,
Katrin
On 06.09.2017 12:19, Manny Tamayao wrote:
Hi folks,
Can you help me understand circulation transfer tool of items. I'm using the
manual http://manual.koha-community.org/16.05/en/transfers.html.
Does our system preferences IndependentLibraries prevents this
functionality to our staff w/o superlibrarian permission?
If not what user permission should I set so that they can still transfer
materials?
Thanks for the help in advance.
Manny
_______________________________________________
Koha mailing list http://koha-community.org
[email protected]
https://lists.katipo.co.nz/mailman/listinfo/koha
_______________________________________________
Koha mailing list http://koha-community.org
[email protected]
https://lists.katipo.co.nz/mailman/listinfo/koha