https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23420 Jonathan Druart <jonathan.druart@bugs.koha-community.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Failed QA CC| |jonathan.druart@bugs.koha-c | |ommunity.org --- Comment #27 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- The pref is still used % git grep -i AllowPurchaseSuggestionBranchChoice **/*.pm **/*.pl **/*.t C4/UsageStats.pm: AllowPurchaseSuggestionBranchChoice installer/data/mysql/updatedatabase.pl: $dbh->do("INSERT INTO systempreferences (variable,value,explanation,options,type) VALUES ('AllowPurchaseSuggestionBranchChoice', 0, 'Allow user to choose branch when making a purchase suggestion','1','YesNo')"); opac/opac-suggestions.pl:if ( C4::Context->preference("AllowPurchaseSuggestionBranchChoice") ) { t/db_dependent/UsageStats.t: AllowPurchaseSuggestionBranchChoice -- You are receiving this mail because: You are watching all bug changes.