mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-06-10 00:52:35 +02:00
Fix bug where START_DAYPART was displaying END_DAYPART time
This commit is contained in:
parent
db0e842496
commit
822f46bc71
@ -796,7 +796,7 @@ void AudioCart::RefreshList()
|
|||||||
l->setText(8,tr("None"));
|
l->setText(8,tr("None"));
|
||||||
}
|
}
|
||||||
if(!q->value(15).isNull()) {
|
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"));
|
l->setText(10,q->value(15).toTime().toString("hh:mm:ss"));
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user