IDEMPIERE-1647 2Pack: ReportViewerHandler export print format that belongs to tenant.
This commit is contained in:
parent
c8a09448b9
commit
564863bdcc
|
@ -137,7 +137,7 @@ public class ReportViewElementHandler extends AbstractElementHandler {
|
|||
}
|
||||
|
||||
sql = "SELECT AD_PrintFormat_ID FROM AD_PrintFormat WHERE AD_ReportView_ID="
|
||||
+ AD_ReportView_ID;
|
||||
+ AD_ReportView_ID + " AND AD_Client_ID=" + Env.getAD_Client_ID(ctx.ctx);
|
||||
pstmt = null;
|
||||
rs = null;
|
||||
try {
|
||||
|
|
Loading…
Reference in New Issue