IDEMPIERE-258 SysConfig keys ignoring trailing spaces
This commit is contained in:
parent
1828616426
commit
03b9163c13
|
@ -307,7 +307,6 @@ public class MSysConfig extends X_AD_SysConfig
|
||||||
}
|
}
|
||||||
//
|
//
|
||||||
if (str != null) {
|
if (str != null) {
|
||||||
str = str.trim();
|
|
||||||
s_cache.put(key, str);
|
s_cache.put(key, str);
|
||||||
return str;
|
return str;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue