IDEMPIERE-1328 Change tab name dynamically - fix TitleLogic dropping first letter
This commit is contained in:
parent
7ae2284700
commit
17878d99ce
|
@ -299,7 +299,7 @@ public class MRecentItem extends X_AD_RecentItem
|
|||
if (! Util.isEmpty(titleLogic)) { // default way
|
||||
titleLogic = Env.parseVariable(titleLogic, po, null, false);
|
||||
if (! Util.isEmpty(titleLogic))
|
||||
recordIdentifier.append(titleLogic);
|
||||
recordIdentifier.append(" ").append(titleLogic);
|
||||
}
|
||||
|
||||
if (recordIdentifier.length() == 0) {
|
||||
|
|
Loading…
Reference in New Issue