mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-11 00:53:53 +02:00
Move 'CART.SCHED_CODES' field to 'CART_SCHED_CODES' table.
This commit is contained in:
@@ -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);
|
||||
|
||||
//
|
||||
|
Reference in New Issue
Block a user