https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42681
Matthias Berland <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Matthias Berland <[email protected]> --- We have the same problem. We are in 24.11 but I also tested in 26.06 and it still does not work. With IndependentBranches, one must have superserials in order for it to work. Can't use string ("24") as a HASH ref while "strict refs" in use at /kohadevbox/koha/C4/Serials.pm line 2802. at /kohadevbox/koha/C4/Serials.pm line 2791 in C4::Serials::_can_do_on_subscription at /kohadevbox/koha/C4/Serials.pm line 2791 2788: my $flags = C4::Context->userenv->{flags}; 2789: $userid ||= C4::Context->userenv->{'id'}; 2790: 2791: if ( C4::Context->preference('IndependentBranches') ) { 2792: return 1 2793: if C4::Context->IsSuperLibrarian() 2794: or C4::Auth::haspermission( $userid, { serials => 'superserials' } ) -- 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] To unsubscribe send an email to [email protected] website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
