mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-10 16:43:35 +02:00
Fixed bug in clock schedule rules where "or After" schedule codes
were not displayed correctly.
This commit is contained in:
@@ -64,7 +64,7 @@ RDSchedRulesList::RDSchedRulesList(QString clockname,RDConfig *config)
|
||||
min_wait[i] = q1->value(1).toInt();
|
||||
not_after[i] = q1->value(2).toString();
|
||||
or_after[i] = q1->value(3).toString();
|
||||
or_after_II[i] = q1->value(3).toString();
|
||||
or_after_II[i] = q1->value(4).toString();
|
||||
}
|
||||
else {
|
||||
max_row[i] = 1;
|
||||
|
Reference in New Issue
Block a user