mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-12 07:35:55 +01:00
Move 'CART.SCHED_CODES' field to 'CART_SCHED_CODES' table.
This commit is contained in:
@@ -1289,8 +1289,7 @@ void EditEvent::RefreshLibrary()
|
||||
if(group==QString(tr("ALL"))) {
|
||||
group="";
|
||||
}
|
||||
sql+=QString(" where ")+
|
||||
RDCartSearchText(event_lib_filter_edit->text(),group,"",false)+" && "+
|
||||
sql+=RDCartSearchText(event_lib_filter_edit->text(),group,"",false)+" && "+
|
||||
type_filter;
|
||||
RDSqlQuery *q=new RDSqlQuery(sql);
|
||||
Q3ListViewItem *item;
|
||||
|
||||
Reference in New Issue
Block a user