mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-29 08:40:12 +01:00
2023-08-03 Fred Gleason <fredg@paravelsystems.com>
* Fixed a regression in rdlogmanager(1) that caused records to be omitted from reports using the 'CBSI DeltaFlex Traffic Reconciliation v2.01' export filter. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -24314,3 +24314,7 @@
|
||||
2023-08-02 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Changed the tree view widget on the main window of rdcastmananger(1)
|
||||
to be a table view.
|
||||
2023-08-03 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Fixed a regression in rdlogmanager(1) that caused records to be
|
||||
omitted from reports using the 'CBSI DeltaFlex Traffic Reconciliation
|
||||
v2.01' export filter.
|
||||
|
||||
@@ -69,7 +69,7 @@ bool RDReport::ExportDeltaflex(const QString &filename,const QDate &startdate,
|
||||
"`ELR_LINES`.`EXT_CART_NAME` "+ // 10
|
||||
"from `ELR_LINES` left join `CART` "+
|
||||
"on `ELR_LINES`.`CART_NUMBER`=`CART`.`NUMBER` where "+
|
||||
"`ELR_LINES`.`SERVICE_NAME`=`"+RDEscapeString(mixtable)+"` "+
|
||||
"`ELR_LINES`.`SERVICE_NAME`='"+RDEscapeString(mixtable)+"' "+
|
||||
"order by EVENT_DATETIME";
|
||||
q=new RDSqlQuery(sql);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user