mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-07-14 07:37:45 +02:00
Merge pull request #162 from deltecent/deltec
Fix bug where START_DAYPART was displaying END_DAYPART time
This commit is contained in:
commit
09bfc5709a
@ -796,7 +796,7 @@ void AudioCart::RefreshList()
|
||||
l->setText(8,tr("None"));
|
||||
}
|
||||
if(!q->value(15).isNull()) {
|
||||
l->setText(9,q->value(15).toTime().toString("hh:mm:ss"));
|
||||
l->setText(9,q->value(14).toTime().toString("hh:mm:ss"));
|
||||
l->setText(10,q->value(15).toTime().toString("hh:mm:ss"));
|
||||
}
|
||||
else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user