Skip to content

Commit

Permalink
IDEMPIERE-5413 PO is Immutable in Report Wizard (#1473)
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosRuiz-globalqss committed Sep 9, 2022
1 parent b7114a4 commit c93bcaf
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -175,7 +175,7 @@ private void init()

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))
Expand Down

0 comments on commit c93bcaf

Please sign in to comment.