mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-18 00:21:21 +02:00
2021-09-21 Fred Gleason <fredg@paravelsystems.com>
* Enabled column sorting in the Library List in rdlibrary(1). * Enabled column sorting in the 'Select Cart' dialog. * Enabled column sorting in the 'Select Cut' dialog. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -244,7 +244,7 @@ QString RDCartFilter::filterSql(const QStringList &and_fields) const
|
||||
RDEscapeString(d_codes_box->currentText())+"') ";
|
||||
}
|
||||
|
||||
sql+="order by `CART`.`NUMBER` ";
|
||||
// sql+="order by `CART`.`NUMBER` ";
|
||||
|
||||
return sql;
|
||||
}
|
||||
|
Reference in New Issue
Block a user