Bug 27488 - Rename system preference suggestion to OPACPurchaseSuggestions
Summary: Rename system preference suggestion to OPACPurchaseSuggestions
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: System Administration (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-01-20 03:15 UTC by Aleisha Amohia
Modified: 2022-01-28 14:52 UTC (History)
1 user (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Aleisha Amohia 2021-01-20 03:15:02 UTC
find all of the places in the code that refer to the 'suggestion' system preference and rename them to 'OPACPurchaseSuggestions'
write an atomic update to rename the suggestion system preference to OPACPurchaseSuggestions in the preferences table in the database
rename the suggestion syspref in sysprefs.sql

refer to bug 10328 for an example