https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23420
Jonathan Druart <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Failed QA CC| |[email protected] | |ommunity.org --- Comment #27 from Jonathan Druart <[email protected]> --- 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. _______________________________________________ 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/
