Bug 15128 - Add ability to limit patrons open purchase suggestions
[koha.git] / installer / data / mysql / atomicupdate / Bug_15128_Add_MaxOpenSuggestions_Syspref.sql
1 INSERT IGNORE INTO systempreferences (variable,value,options,explanation,type) VALUES ('MaxOpenSuggestions','',NULL,'Limit the number of open suggestions a patron can have at once, unlimited if blank','Integer')