mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-19 09:01:18 +02: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:
@@ -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