From 97a99937f057c379b9788edc0c4ce137dc7db650 Mon Sep 17 00:00:00 2001 From: Carlos Ruiz Date: Mon, 31 Mar 2008 02:30:14 +0000 Subject: [PATCH] FR [ 1920314 ] Make configurable the changelog for insert - Fix error in parenthesis precedence when system configurator = K --- base/src/org/compiere/model/PO.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/base/src/org/compiere/model/PO.java b/base/src/org/compiere/model/PO.java index 77bef4d75f..62bf027836 100644 --- a/base/src/org/compiere/model/PO.java +++ b/base/src/org/compiere/model/PO.java @@ -2419,8 +2419,8 @@ public abstract class PO && !p_info.isEncrypted(i) // not encrypted && !p_info.isVirtualColumn(i) // no virtual column && !"Password".equals(columnName) - && (insertLog.equalsIgnoreCase("Y")) - || (insertLog.equalsIgnoreCase("K") && p_info.getColumn(i).IsKey) + && (insertLog.equalsIgnoreCase("Y") + || (insertLog.equalsIgnoreCase("K") && p_info.getColumn(i).IsKey)) ) { // change log on new