Bug 33291 - Typo in sysprefs name RetainPatronsSearchTerms update database
Summary: Typo in sysprefs name RetainPatronsSearchTerms update database
Status: RESOLVED DUPLICATE of bug 33297
Alias: None
Product: Koha
Classification: Unclassified
Component: Searching (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-03-21 12:08 UTC by Didier Gautheron
Modified: 2023-03-22 08:49 UTC (History)
0 users

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 Didier Gautheron 2023-03-21 12:08:30 UTC
installer/data/mysql/db_revs/220600044.pl uses RetainPatronSearchTerms

INSERT IGNORE INTO systempreferences (variable,value,options,explanation,type) VALUES ('RetainPatronSearchTerms', '1', ...

But in the code it's RetainPatronsSearchTerms, Patrons not Patron
Comment 1 Didier Gautheron 2023-03-22 08:49:23 UTC

*** This bug has been marked as a duplicate of bug 33297 ***