2016-05-24 Fred Gleason <fredg@paravelsystems.com>

* Reverted GitHub pull request #000117.
This commit is contained in:
Fred Gleason
2016-05-24 14:58:10 -04:00
parent 72e55f4772
commit 37163bfd51
2 changed files with 4 additions and 2 deletions

View File

@@ -1081,7 +1081,7 @@ void MainWidget::RefreshList()
RDCartSearchText(lib_filter_edit->text(),lib_group_box->currentText(),
schedcode,true)+" && "+type_filter;
}
sql+=" group by CART.NUMBER order by CART.NUMBER";
sql+=" order by CART.NUMBER";
if(lib_showmatches_box->isChecked()) {
sql+=QString().sprintf(" limit %d",RD_LIMITED_CART_SEARCH_QUANTITY);
}