From 146e766483bbe910600c8597c8ee8f07660f9e94 Mon Sep 17 00:00:00 2001 From: Carlos Ruiz Date: Mon, 18 Dec 2006 03:22:48 +0000 Subject: [PATCH] Revert Revision: 917 Revert -> Bugfix: [ 1613848 ] Dependant fields are not processed... This patch opened the bug ID 1617651 -> Unable to save Contact/User must be more tested --- client/src/org/compiere/grid/GridController.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/client/src/org/compiere/grid/GridController.java b/client/src/org/compiere/grid/GridController.java index dd87a0acb1..6061146625 100644 --- a/client/src/org/compiere/grid/GridController.java +++ b/client/src/org/compiere/grid/GridController.java @@ -669,8 +669,7 @@ public class GridController extends CPanel // Process Callout GridField mField = m_mTab.getField(col); - // Contribution from Teo Sarca; [ 1613848 ] Dependant fields are not processed... - if (mField != null && (mField.getCallout().length() > 0 || m_mTab.hasDependants(mField.getColumnName()))) + if (mField != null && mField.getCallout().length() > 0) { String msg = m_mTab.processFieldChange(mField); // Dependencies & Callout if (msg.length() > 0)