Bug Fix #1657114 Show active Print Format
This commit is contained in:
parent
55bd572c59
commit
cd095c4350
|
|
@ -300,6 +300,9 @@ public class Viewer extends CFrame
|
||||||
"SELECT AD_PrintFormat_ID, Name, Description "
|
"SELECT AD_PrintFormat_ID, Name, Description "
|
||||||
+ "FROM AD_PrintFormat "
|
+ "FROM AD_PrintFormat "
|
||||||
+ "WHERE AD_Table_ID=? "
|
+ "WHERE AD_Table_ID=? "
|
||||||
|
//Added Lines by Armen
|
||||||
|
+ "AND IsActive='Y' "
|
||||||
|
//End of Added Lines
|
||||||
+ "ORDER BY Name",
|
+ "ORDER BY Name",
|
||||||
"AD_PrintFormat", MRole.SQL_NOTQUALIFIED, MRole.SQL_RO);
|
"AD_PrintFormat", MRole.SQL_NOTQUALIFIED, MRole.SQL_RO);
|
||||||
int AD_Table_ID = m_reportEngine.getPrintFormat().getAD_Table_ID();
|
int AD_Table_ID = m_reportEngine.getPrintFormat().getAD_Table_ID();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue