IDEMPIERE-660 Navigate from Account Viewer to Accounting Fact Details window (double click on line)
This commit is contained in:
parent
1c61e95e8c
commit
454495f198
|
@ -1062,6 +1062,10 @@ public class WAcctViewer extends Window implements EventListener<Event>
|
|||
{
|
||||
listheader.setVisible(false);
|
||||
}
|
||||
else if ("Fact_Acct_ID".equals(m_rmodel.getRColumn(i).getColumnName()))
|
||||
{
|
||||
listheader.setVisible(false);
|
||||
}
|
||||
}
|
||||
listhead.appendChild(listheader);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue