mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-11 15:16:07 +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'.
|
* Added a 'DATE/TIME FORMATS' section to 'CODINGSTYLE'.
|
||||||
2021-08-13 Fred Gleason <fredg@paravelsystems.com>
|
2021-08-13 Fred Gleason <fredg@paravelsystems.com>
|
||||||
* Fixed typos in 'CODINGSTYLE'.
|
* 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
|
// Last Play
|
||||||
//
|
//
|
||||||
if(q->value(8).toDateTime().isNull()) {
|
if(q->value(8).toDateTime().isNull()) {
|
||||||
*report+=" [none] ";
|
*report+=" [none] ";
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
*report+=RDReport::center(rda->shortDateString(q->value(8).toDate()),12)+" ";
|
*report+=RDReport::center(rda->shortDateString(q->value(8).toDate()),12)+" ";
|
||||||
|
|||||||
Reference in New Issue
Block a user