https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17047
--- Comment #460 from Jonathan Druart <[email protected]> --- (In reply to Katrin Fischer from comment #458) > (In reply to Jonathan Druart from comment #456) > > A couple of things wrong in serials/subscription-add.pl > > > > 1. > > 447 if ( defined( $query->param('mana_id') ) ) { > > > > It's always defined, you wanted to test with "" > > > > 2. > > 375 if ( (C4::Context->preference('Mana')) and ( grep { $_ eq > > "subscription" } split(/,/, C4::Context->preference('AutoShareWithMana'))) > > ){ > > > > Mana == 2 == let me think about it > > => I am not expecting to reach Koha::SharedContent in that case > > Should we move this to a separate bug as well? See bug 22849, I would have expected someone else to deal with that. I have opened the bug report, it's blocker for 19.05 IMO. Comments should not be ignored, even when the work is pushed. -- You are receiving this mail because: 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/
