mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-26 15:20:29 +01:00
2021-08-13 Fred Gleason <fredg@paravelsystems.com>
* Fixed a regression in rdlibrary(1) that caused misaligned columns when generating a Cut Report. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -22263,3 +22263,6 @@
|
||||
* Added a 'DATE/TIME FORMATS' section to 'CODINGSTYLE'.
|
||||
2021-08-13 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Fixed typos in 'CODINGSTYLE'.
|
||||
2021-08-13 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Fixed a regression in rdlibrary(1) that caused misaligned
|
||||
columns when generating a Cut Report.
|
||||
|
||||
@@ -391,7 +391,7 @@ void ListReports::GenerateCutReport(QString *report)
|
||||
// Last Play
|
||||
//
|
||||
if(q->value(8).toDateTime().isNull()) {
|
||||
*report+=" [none] ";
|
||||
*report+=" [none] ";
|
||||
}
|
||||
else {
|
||||
*report+=RDReport::center(rda->shortDateString(q->value(8).toDate()),12)+" ";
|
||||
|
||||
Reference in New Issue
Block a user