IDEMPIERE-2673 Custom status line message not updating in different records
This commit is contained in:
parent
ca658eed42
commit
c4e93a15f7
|
@ -1564,10 +1564,9 @@ public abstract class AbstractADWindowContent extends AbstractUIPart implements
|
|||
{
|
||||
GridTab gt = adTabbox.getSelectedGridTab();
|
||||
String trxInfo = gt.getStatusLine();
|
||||
if (trxInfo != null)
|
||||
{
|
||||
statusBar.setInfo(trxInfo);
|
||||
}
|
||||
if (trxInfo == null)
|
||||
trxInfo = "";
|
||||
statusBar.setInfo(trxInfo);
|
||||
SessionManager.getAppDesktop().updateHelpQuickInfo(gt);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue