IDEMPIERE-1328 Change tab name dynamically - fix TitleLogic dropping first letter

This commit is contained in:
Carlos Ruiz 2013-09-25 15:42:02 -05:00
parent 7ae2284700
commit 17878d99ce
1 changed files with 1 additions and 1 deletions

View File

@ -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) {