* Adempiere Sys flag problem with Zk Web Client.
This commit is contained in:
parent
19b4767f64
commit
01ce90ed07
|
@ -624,6 +624,9 @@ public final class Ini implements Serializable
|
|||
*/
|
||||
public static boolean isPropertyBool (String key)
|
||||
{
|
||||
//hengsin: temporary solution for problem with zk client
|
||||
if (P_ADEMPIERESYS.equals(key) && !isClient())
|
||||
return false;
|
||||
return getProperty (key).equals("Y");
|
||||
} // getProperty
|
||||
|
||||
|
|
Loading…
Reference in New Issue