https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32478
Nick Clemens <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Nick Clemens <[email protected]> --- (In reply to Jonathan Druart from comment #2) > I don't think the removal here is correct, the method does more than > C4::Context->yaml_preference > > Nick maybe? perl -e 'use Koha::Config::SysPrefs; use C4::Context; my $sp = Koha::Config::SysPrefs->find("ItemsDeniedRenewal")->get_yaml_pref_hash; warn Data::Dumper::Dumper($sp); warn Data::Dumper::Dumper( C4::Context->yaml_preference("ItemsDeniedRenewal"));' It doesn't convert from 'NULL' to undef - the expectation is that we can pass the return value into a DBIC search directly -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
