Bug 33291

Summary: Typo in sysprefs name RetainPatronsSearchTerms update database
Product: Koha Reporter: Didier Gautheron <didier.gautheron>
Component: SearchingAssignee: Bugs List <koha-bugs>
Status: RESOLVED DUPLICATE QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low    
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:

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 ***