IDEMPIERE-1429 Report Wizard is able to change system templates from within client
This commit is contained in:
parent
8fb85c42da
commit
89e4dea166
|
@ -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
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue