mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-16 15:41:13 +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:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user