* 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:
Heng Sin Low 2008-07-28 02:03:09 +00:00
parent c8f0e89348
commit 46d4323227
1 changed files with 0 additions and 3 deletions

View File

@ -624,9 +624,6 @@ 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