Bug 12357: Enhancements to RIS and BibTeX exporting
[koha.git] / installer / data / mysql / atomicupdate / bug_12357.sql
1 INSERT INTO systempreferences (variable,value,options,explanation,type)
2 VALUES ('RisExportAdditionalFields',  '', NULL ,  'Define additional RIS tags to export from MARC records in YAML format as an associative array with either a marc tag/subfield combination as the value, or a list of tag/subfield combinations.',  'textarea');
3
4 INSERT INTO systempreferences (variable,value,options,explanation,type)
5 VALUES ('BibtexExportAdditionalFields',  '', NULL ,  'Define additional BibTex tags to export from MARC records in YAML format as an associative array with either a marc tag/subfield combination as the value, or a list of tag/subfield combinations.',  'textarea');