mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-29 16:50:13 +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:
@@ -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