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:
Fred Gleason
2021-09-21 11:17:26 -04:00
parent f6d0e37b42
commit acd80bcd65
7 changed files with 74 additions and 4 deletions

View File

@@ -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;
}