IDEMPIERE-379 Reporting wizard for end users / Error with button copy format

This commit is contained in:
Carlos Ruiz 2013-03-08 00:40:26 -05:00
parent 0e09ac40e9
commit f5ede31a71
1 changed files with 1 additions and 0 deletions

View File

@ -516,6 +516,7 @@ public class WReportCustomization implements IFormController,EventListener<Even
}
public void copyFormat(){
pfi.clear();
MPrintFormat newpf=MPrintFormat.copyToClient(m_ctx, m_reportEngine.getPrintFormat().get_ID() ,Env.getAD_Client_ID(m_ctx));
for (MPrintFormatItem item : newpf.getAllItems("IsPrinted DESC, NULLIF(SeqNo,0), Name"))