BF [ 1822249 ] Print format items are not exported in a predictible order
This commit is contained in:
parent
87f4cd0847
commit
fc640972da
|
@ -199,7 +199,8 @@ public class PrintFormatElementHandler extends AbstractElementHandler {
|
|||
document.startElement("", "", "printformat", atts);
|
||||
|
||||
String sql2 = "SELECT * FROM AD_PrintFormatItem WHERE AD_PrintFormat_ID= "
|
||||
+ m_Printformat.getAD_PrintFormat_ID();
|
||||
+ m_Printformat.getAD_PrintFormat_ID()
|
||||
+ " ORDER BY "+X_AD_PrintFormatItem.COLUMNNAME_SeqNo;
|
||||
PreparedStatement pstmt2 = null;
|
||||
pstmt2 = DB.prepareStatement(sql2, getTrxName(ctx));
|
||||
try {
|
||||
|
|
Loading…
Reference in New Issue