mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-04-18 23:18:59 +02:00
Fix to rdlibrary.cpp to show all 100 carts in search
This commit is contained in:
parent
b22f8d7d54
commit
dbd12ab801
@ -15070,3 +15070,6 @@
|
||||
2016-04-14 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Removed the libXmu from the list of tested libraries for Qt3 in
|
||||
'acinclude.m4'.
|
||||
2015-04-21 Brian McGlynn <brian.mcglynn@geneseemedia.net>
|
||||
* Added "Group By" statement in rdlibrary/rdlibrary.cpp to allow a
|
||||
full 100 results to be shown
|
||||
|
@ -1090,7 +1090,7 @@ void MainWidget::RefreshList()
|
||||
RDCartSearchText(lib_filter_edit->text(),lib_group_box->currentText(),
|
||||
schedcode,true)+" && "+type_filter;
|
||||
}
|
||||
sql+=" order by CART.NUMBER";
|
||||
sql+=" group by CART.NUMBER order by CART.NUMBER";
|
||||
if(lib_showmatches_box->isChecked()) {
|
||||
sql+=QString().sprintf(" limit %d",RD_LIMITED_CART_SEARCH_QUANTITY);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user