2019-04-24 Fred Gleason <fredg@paravelsystems.com>

* Fixed a bug in rdlibrary(1) that broke the 'Cart Data Dump (CSV)'
	report.
This commit is contained in:
Fred Gleason
2019-04-24 17:46:50 -04:00
parent d0bcd00173
commit 01dc164ee5
3 changed files with 104 additions and 108 deletions

View File

@@ -48,6 +48,7 @@ class ListReports : public QDialog
void GenerateCutReport(QString *report);
void GenerateCartDumpFixed(QString *report,bool prepend_names);
void GenerateCartDumpCsv(QString *report,bool prepend_names);
QString CsvField(QString str) const;
QLabel *list_reports_label;
QComboBox *list_reports_box;
QCheckBox *list_fieldnames_check;