mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-15 23:21:14 +02:00
2022-09-25 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in the Disc Ripper in rdlibrary(1) that caused cart list to be to be updated to reflected newly added carts. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -558,7 +558,7 @@ bool RDGroup::ReserveCart(const QString &station_name,RDCart::Type type,
|
||||
{
|
||||
//
|
||||
// We use QSqlQuery here, not RDSqlQuery because the insert could
|
||||
// fail and we don't want to reset the DB connection when that happens.
|
||||
// fail and we don't want to reset the DB connection if that happens.
|
||||
//
|
||||
QString sql;
|
||||
QSqlQuery *q;
|
||||
|
Reference in New Issue
Block a user