IDEMPIERE-3136:update jasper report
add more good standard parameter
This commit is contained in:
parent
cfe99b2408
commit
fd28854b30
|
@ -562,7 +562,7 @@ public class ReportStarter implements ProcessCall, ClientProcess
|
|||
params.put("AD_ROLE_NAME", Env.getContext(Env.getCtx(), "#AD_Role_Name"));
|
||||
params.put("AD_USER_NAME", Env.getContext(Env.getCtx(), "#AD_User_Name"));
|
||||
params.put("AD_ORG_NAME", Env.getContext(Env.getCtx(), "#AD_Org_Name"));
|
||||
params.put("BASE_DIR", reportPath);
|
||||
params.put("BASE_DIR", REPORT_HOME.getAbsolutePath());
|
||||
//params.put("HeaderLogo", reportPath);
|
||||
//params.put("LoginLogo", reportPath);
|
||||
|
||||
|
|
Loading…
Reference in New Issue