Bug Fix #1657114 Show active Print Format

This commit is contained in:
armenrz 2007-02-11 05:15:59 +00:00
parent 55bd572c59
commit cd095c4350
1 changed files with 3 additions and 0 deletions

View File

@ -300,6 +300,9 @@ public class Viewer extends CFrame
"SELECT AD_PrintFormat_ID, Name, Description "
+ "FROM AD_PrintFormat "
+ "WHERE AD_Table_ID=? "
//Added Lines by Armen
+ "AND IsActive='Y' "
//End of Added Lines
+ "ORDER BY Name",
"AD_PrintFormat", MRole.SQL_NOTQUALIFIED, MRole.SQL_RO);
int AD_Table_ID = m_reportEngine.getPrintFormat().getAD_Table_ID();