* Revert previous commit for Adempiere Sys flag problem with Zk Web Client, workaround move into zkwebui code which is more appropriate.
This commit is contained in:
parent
c8f0e89348
commit
46d4323227
|
@ -624,9 +624,6 @@ public final class Ini implements Serializable
|
||||||
*/
|
*/
|
||||||
public static boolean isPropertyBool (String key)
|
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");
|
return getProperty (key).equals("Y");
|
||||||
} // getProperty
|
} // getProperty
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue