mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-05-24 16:41:40 +02:00
2023-07-12 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in rdlibrary(1) that could cause the 'Add Cart' dialog to display the incorrect type for the selected group. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
parent
0903b8f586
commit
c647c699f9
@ -24294,3 +24294,6 @@
|
||||
that caused rendered log to include the cart immediately after the
|
||||
end of the selected section when setting the 'Include' dropdown to
|
||||
'Only Selected Events'.
|
||||
2023-07-12 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Fixed a bug in rdlibrary(1) that could cause the 'Add Cart' dialog
|
||||
to display the incorrect type for the selected group.
|
||||
|
@ -171,6 +171,7 @@ void RDAddCart::groupActivatedData(const QString &groupname)
|
||||
}
|
||||
else {
|
||||
cart_number_edit->setText(QString::asprintf("%06u",cartnum));
|
||||
cart_type_box->setCurrentIndex((int)group->defaultCartType()-1);
|
||||
}
|
||||
delete group;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user