IDEMPIERE-1162

This commit is contained in:
Carlos Ruiz 2017-10-24 16:39:45 +02:00
parent 790cd64ed2
commit 96f2838b06
1 changed files with 3 additions and 0 deletions

View File

@ -1663,6 +1663,9 @@ public final class Env
outStr.append(mf.format(v));
}
} else {
if (colToken != null && colToken.isSecure()) {
v = "********";
}
outStr.append(v.toString());
}
}