Move 'CART.SCHED_CODES' field to 'CART_SCHED_CODES' table.

This commit is contained in:
Patrick Linstruth
2018-11-13 13:16:26 -08:00
parent 8af01a466d
commit 3ed7a7ca6f
15 changed files with 140 additions and 63 deletions

View File

@@ -164,7 +164,7 @@ void Xport::ListCarts()
if(cart_type!=RDCart::All) {
where+=QString().sprintf("&&(TYPE=%u)",cart_type);
}
sql=RDCart::xmlSql(include_cuts)+"where "+where+" order by CART.NUMBER";
sql=RDCart::xmlSql(include_cuts)+where+" order by CART.NUMBER";
q=new RDSqlQuery(sql);
//