IDEMPIERE-5413 PO is Immutable in Report Wizard (#1473)
This commit is contained in:
parent
005a1847e8
commit
7e6ba65858
|
@ -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))
|
||||
|
|
Loading…
Reference in New Issue