Koha/installer/data/mysql/it-IT/necessari/csv_profiles.sql
Jonathan Druart 5f6e1e00c2 Bug 8612: Update installer files for late_issues
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
2017-06-05 12:56:20 -03:00

2 lines
314 B
SQL

INSERT IGNORE INTO export_format( profile, description, content, csv_separator, type, used_for )
VALUES ( "issues to claim", "CSV export per fascicoli in ritardo", "FORNITORE=aqbooksellers.name|TITOLO=subscription.title|NUMERO FASC=serial.serialseq|IN RITARDO DAL=serial.planneddate", ",", "sql", "late_issues" );