Bug 24108: Advanced editor: configure if biblionumber or control number is used for...
[koha-ffzg.git] / installer / data / mysql / atomicupdate / bug_24108-add_SaveRecordbyControlNumber_syspref.sql
1 NSERT IGNORE INTO systempreferences (variable, value, explanation, options, type) VALUES ('SaveRecordbyControlNumber', '0', 'If set, advanced editor (Rancor) will use the control number field to populate the name of the save file, otherwise it uses the biblionumber.', NULL, 'YesNo');