IDEMPIERE-5413 PO is Immutable in Report Wizard (#1473)

This commit is contained in:
Carlos Ruiz 2022-09-09 14:32:33 +02:00 committed by GitHub
parent 005a1847e8
commit 7e6ba65858
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -175,7 +175,7 @@ public class WReportCustomization implements IFormController,EventListener<Even
headerPanel.appendChild(new Separator("vertical"));
fm =m_reportEngine.getPrintFormat();
fm = new MPrintFormat(m_ctx, m_reportEngine.getPrintFormat().getAD_PrintFormat_ID(), null);
name.setValue(fm.getName());
if (Env.isMultiLingualDocument(m_ctx))