Bug 24583: (follow-up) restore null values to labels
[koha.git] / installer / data / mysql / en / optional / csv_profiles.sql
blob86c2394d762909a222e5078068dac35e1b4a88ce
1 INSERT IGNORE INTO export_format( profile, description, content, csv_separator, type, used_for ) 
2 VALUES ( "issues to claim", "default CSV export for serial issue claims", "SUPPLIER=aqbooksellers.name|TITLE=subscription.title|ISSUE NUMBER=serial.serialseq|LATE SINCE=serial.planneddate", ",", "sql", "late_issues" );