diff --git a/superx/edit/rpta/rpta_column_layout_add_column.inc b/superx/edit/rpta/rpta_column_layout_add_column.inc index 85cf61d..f8d91d8 100644 --- a/superx/edit/rpta/rpta_column_layout_add_column.inc +++ b/superx/edit/rpta/rpta_column_layout_add_column.inc @@ -9,7 +9,7 @@ if(currentRow_rpta_column_layout != null && currentRow_rpta_column_layout.get("r { sql +=" and C.resultset_id= "+currentRow_rpta_column_layout.get("resultset_id").toString(); } -sql +=" order by 1;"; +sql +=" order by 2;"; %>