mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-11 17:13:47 +02:00
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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user