15e78498ac
To test: - Apply this patch. - Reset your DB (DROP DATABASE, CREATE DATABASE -- whatever method you prefer) - Install it-IT templates on command line - Run the webinstaller using it-IT - Follow the steps and choose all under 'necessari' => SUCCESS: no errors => Extra: see the italian installation and control the translation Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> Tested doing it-IT install, all files selected, all load ok. No koha-qa errors Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> Ran the Italian web installer, no errors. Checked some of the changed data, like the translated notices, in the interface. No problems found. Signed-off-by: Galen Charlton <gmc@esilibrary.com>
2 lines
284 B
SQL
2 lines
284 B
SQL
INSERT IGNORE INTO export_format( profile, description, content, csv_separator, type )
|
|
VALUES ( "issues to claim", "CSV export per fascicoli in ritardo", "SUPPLIER=aqbooksellers.name|TITLE=subscription.title|ISSUE NUMBER=serial.serialseq|LATE SINCE=serial.planneddate", ",", "sql" );
|