IDEMPIERE-1429 Report Wizard is able to change system templates from within client

This commit is contained in:
Carlos Ruiz 2013-10-19 10:47:23 -05:00
parent 8fb85c42da
commit 89e4dea166
1 changed files with 1 additions and 0 deletions

View File

@ -671,6 +671,7 @@ public class ZkReportViewer extends Window implements EventListener<Event>, ITab
.append(m_reportEngine.getRowCount());
statusBar.setStatusLine(sb.toString());
//
bWizard.setDisabled( (m_reportEngine.getPrintFormat() == null || m_reportEngine.getPrintFormat().getAD_Client_ID() == 0) );
} // revalidate
/**