Fix -> Print preview not working when translated after revision 2710

This commit is contained in:
Carlos Ruiz 2007-06-21 14:53:30 +00:00
parent 2b6afea485
commit dd6618aa2d
1 changed files with 1 additions and 1 deletions

View File

@ -276,7 +276,7 @@ public class ProcessCtl implements Runnable
sql = "SELECT t.Name, p.ProcedureName,p.ClassName, p.AD_Process_ID," // 1..4
+ " p.isReport, p.IsDirectPrint,p.AD_ReportView_ID,p.AD_Workflow_ID," // 5..8
+ " CASE WHEN COALESCE(p.Statistic_Count,0)=0 THEN 0 ELSE p.Statistic_Seconds/p.Statistic_Count END CASE,"
+ " p.IsServerProcess "
+ " p.IsServerProcess, p.JasperReport "
+ "FROM AD_Process p"
+ " INNER JOIN AD_PInstance i ON (p.AD_Process_ID=i.AD_Process_ID) "
+ " INNER JOIN AD_Process_Trl t ON (p.AD_Process_ID=t.AD_Process_ID"