[Koha-bugs] [Bug 23420] Add "SuggestionsUnwantedFields" to hide fields from the suggestions form

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Oct 1 14:55:44 CEST 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23420

Jonathan Druart <jonathan.druart at bugs.koha-community.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Passed QA                   |Failed QA
                 CC|                            |jonathan.druart at bugs.koha-c
                   |                            |ommunity.org

--- Comment #27 from Jonathan Druart <jonathan.druart at 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.


More information about the Koha-bugs mailing list