mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-05-22 07:39:35 +02:00
2023-01-18 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in rdlibrary(1) that caused the field names for the 'FILENAME' and 'LENGTH' fields in the 'Cart Data Dump (CSV)' report to be corrupted. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
parent
8d838928a2
commit
817d327e3d
@ -20962,3 +20962,7 @@
|
||||
2023-01-18 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Corrected errors in the WebAPI documentation regarding the
|
||||
argument type of the 'LINE<n>_TIME_TYPE' field in the 'SaveLog' call.
|
||||
2023-01-18 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Fixed a bug in rdlibrary(1) that caused the field names for the
|
||||
'FILENAME' and 'LENGTH' fields in the 'Cart Data Dump (CSV)' report
|
||||
to be corrupted.
|
||||
|
@ -600,18 +600,19 @@ void ListReports::GenerateCartDumpCsv(QString *report,bool prepend_names)
|
||||
*report+=RDCsvField("USER_DEFINED"); // 17
|
||||
*report+=RDCsvField("DESCRIPTION"); // 18
|
||||
*report+=RDCsvField("OUTCUE"); // 19
|
||||
*report+=RDCsvField("FILENAME,LENGTH"); // 20
|
||||
*report+=RDCsvField("START_POINT"); // 21
|
||||
*report+=RDCsvField("END_POINT"); // 22
|
||||
*report+=RDCsvField("SEGUE_START_POINT"); // 23
|
||||
*report+=RDCsvField("SEGUE_END_POINT"); // 24
|
||||
*report+=RDCsvField("HOOK_START_POINT"); // 25
|
||||
*report+=RDCsvField("HOOK_END_POINT"); // 26
|
||||
*report+=RDCsvField("TALK_START_POINT"); // 27
|
||||
*report+=RDCsvField("TALK_END_POINT"); // 28
|
||||
*report+=RDCsvField("FADEUP_POINT"); // 29
|
||||
*report+=RDCsvField("FADEDOWN_POINT"); // 30
|
||||
*report+=RDCsvField("SCHED_CODES",true); // 31
|
||||
*report+=RDCsvField("FILENAME"); // 20
|
||||
*report+=RDCsvField("LENGTH"); // 21
|
||||
*report+=RDCsvField("START_POINT"); // 22
|
||||
*report+=RDCsvField("END_POINT"); // 23
|
||||
*report+=RDCsvField("SEGUE_START_POINT"); // 24
|
||||
*report+=RDCsvField("SEGUE_END_POINT"); // 25
|
||||
*report+=RDCsvField("HOOK_START_POINT"); // 26
|
||||
*report+=RDCsvField("HOOK_END_POINT"); // 27
|
||||
*report+=RDCsvField("TALK_START_POINT"); // 28
|
||||
*report+=RDCsvField("TALK_END_POINT"); // 29
|
||||
*report+=RDCsvField("FADEUP_POINT"); // 30
|
||||
*report+=RDCsvField("FADEDOWN_POINT"); // 31
|
||||
*report+=RDCsvField("SCHED_CODES",true); // 32
|
||||
}
|
||||
|
||||
//
|
||||
|
Loading…
x
Reference in New Issue
Block a user