* Adempiere Sys flag problem with Zk Web Client.

This commit is contained in:
Heng Sin Low 2008-07-27 01:58:33 +00:00
parent 19b4767f64
commit 01ce90ed07
1 changed files with 3 additions and 0 deletions

View File

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