mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-26 23:30:20 +01:00
2016-03-24 Fred Gleason <fredg@paravelsystems.com>
* Added a 'Type' control to 'web/tests/listcart.html'.
* Fixed a bug in 'web/rdxport/carts.cpp' that broke the 'ListCarts'
API call when no group was specified.
This commit is contained in:
@@ -145,7 +145,7 @@ void Xport::ListCarts()
|
||||
// Generate Cart List
|
||||
//
|
||||
if(group_name.isEmpty()||(group_name==tr("ALL"))) {
|
||||
where=RDAllCartSearchText(filter,"ALL",xport_user->name(),false);
|
||||
where=RDAllCartSearchText(filter,"",xport_user->name(),false);
|
||||
}
|
||||
else {
|
||||
sql=QString().
|
||||
|
||||
Reference in New Issue
Block a user