DBRev Bug 15084 - Move the currency related code to
[koha.git] / installer / data / mysql / it-IT / necessari / csv_profiles.sql
1 INSERT IGNORE INTO export_format( profile, description, content, csv_separator, type )
2 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" );